1.0.1 • Published 1 year ago

element-table-sticky v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

element-table-sticky

A directive for Element(Vue@2.x) to sticky el-table when scrolling.

Element UI 库表格表头固定指令。

Another brother directive 这个工具还有个兄弟 element-table-scroll

demo

Usage 使用

  1. Install 安装

    npm i element-table-sticky
  2. Register 注册指令

    import ElTableSticky from 'element-table-sticky';
    Vue.directive('table-sticky', ElTableSticky);
  3. Using 使用

    <el-table
      v-table-sticky
      ...
    >
    ...
    </el-table>
1.0.1

1 year ago

1.0.0

1 year ago