Skip to content

Commit 594bac8

Browse files
committed
update docs
1 parent f57aebc commit 594bac8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

example/App.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@
9595

9696
el-card
9797
.desc
98-
p 事件
99-
p
98+
p 事件 (https://github.com/njleonzhang/vue-data-tables#event)
99+
p 多数的事件都是对element-ui el-table事件的proxy
100+
p filtered-data事件用于传递过滤后数据,配合alasql(https://github.com/agershun/alasql)等库使用可以实现导出excel等功能
100101
data-tables(
101102
:data='tableData1',
102103
:col-not-row-click='["special_selection_col"]',

0 commit comments

Comments
 (0)