element-plus-table-scroll

1.0.0 • Public • Published

element-plus-table-scroll

Directive for add scroll-load support for element plus's table component.

Usage

<template>
    <el-table v-ScrollLoad="scrollLoad"/>
</template>

<script setup>
function scrollLoad(e){
    // e is HTMLElemnt
    // do something here..
}
</script>

Package Sidebar

Install

npm i element-plus-table-scroll

Weekly Downloads

3

Version

1.0.0

License

ISC

Unpacked Size

1.46 kB

Total Files

3

Last publish

Collaborators

  • guolaopi