element-plus-table-scroll
v1.0.0
Published
Directive for add scroll-load support for element plus's table component.
Downloads
4
Maintainers
Readme
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>