element-table-sticky
v1.0.1
Published
a directive for Element([email protected]) to sticky el-table when scrolling
Maintainers
Readme
element-table-sticky
A directive for Element([email protected]) to sticky el-table when scrolling.
Element UI 库表格表头固定指令。
Another brother directive 这个工具还有个兄弟 element-table-scroll

Usage 使用
Install 安装
npm i element-table-stickyRegister 注册指令
import ElTableSticky from 'element-table-sticky'; Vue.directive('table-sticky', ElTableSticky);Using 使用
<el-table v-table-sticky ... > ... </el-table>
