Skip to content

Commit d945cbd

Browse files
author
黄书伟
committed
api 补充
1 parent 093e91b commit d945cbd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/doc/table/api.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
| show-vertical-border | 是否显示垂直border,false 时列拖动失效 | boolean || true |
3333
| show-horizontal-border | 是否显示横向border | boolean || true |
3434
| column-width-drag | 是否开启列宽拖动 | boolean || false |
35-
| on-row-click | 行点击回调 | Function({rowIndex, rowData, field}) |||
35+
| row-click | 行单击回调 | Function({rowIndex, rowData, column}) |||
36+
| row-dblclick | 行双击回调 | Function({rowIndex, rowData, column}) |||
37+
| title-click | 表头单元格单击回调 | Function({title,field}) |||
38+
| title-dblclick | 表头单元格双击回调 | Function({title,field}) |||
3639
| row-mouse-enter| 鼠标进入表体行的回调| Function({rowIndex}) |||
3740
| row-mouse-leave| 鼠标离开表体行的回调| Function({rowIndex}) |||
3841
| ~~cell-edit-formatter~~ [1.3.5](https://github.com/huangshuwei/vue-easytable/releases/tag/1.3.5) 版本废除| ~~单元格编辑格式化回调(可以对编辑的结果设置样式等)~~| ~~Function({newValue,oldValue,rowIndex,rowData,field})~~|||

0 commit comments

Comments
 (0)