# element-plus-table-scroll
Directive for add scroll-load support for element plus's table component.
# Usage
```vue
<template><el-tablev-ScrollLoad="scrollLoad"/></template><scriptsetup>functionscrollLoad(e){
// e is HTMLElemnt// do something here..
}
</script>
```