Skip to content

Commit d93d61a

Browse files
author
黄书伟
committed
补全
1 parent 9ccf92a commit d93d61a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/doc/table/api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
| title-dblclick | 表头单元格双击回调 | Function({title,field}) |||
3939
| row-mouse-enter| 鼠标进入表体行的回调| Function({rowIndex}) |||
4040
| row-mouse-leave| 鼠标离开表体行的回调| Function({rowIndex}) |||
41+
| filter-method| 数据筛选的回调| Function({filters}) |||
4142
| ~~cell-edit-formatter~~ [1.3.5](https://github.com/huangshuwei/vue-easytable/releases/tag/1.3.5) 版本废除| ~~单元格编辑格式化回调(可以对编辑的结果设置样式等)~~| ~~Function({newValue,oldValue,rowIndex,rowData,field})~~|||
4243
| cell-edit-done| 单元格编辑完成回调| Function({newValue,oldValue,rowIndex,rowData,field})|||
4344
| cell-merge| 单元格合并,支持rowSpan、colSpan,返回值`{colSpan: 1,rowSpan: 1,content: '',componentName: ''}`;合并后单元格的内容可以通过`content`(html)设置也可以通过,`componentName`(自定义组件)设置| Function({rowIndex,rowData,field})|||
@@ -66,6 +67,8 @@
6667
| orderBy | 排序规则 | string | asc/desc ||
6768
| isEdit | 是否启用单元格编辑 | boolean || false |
6869
| overflowTitle | 是否内容超出显示title提示 | boolean || false |
70+
| filters | 数据过滤条件,具体格式见demo | array || - |
71+
| filterMultiple | 是否支持过滤条件多选 | boolean || false |
6972

7073

7174
### title-rows(Table props)

0 commit comments

Comments
 (0)