补充getSelectedDataFunc参数文档说明

This commit is contained in:
yangchch6 2019-07-08 10:35:41 +08:00
parent f8831d8b68
commit cb80804e7e
3 changed files with 5 additions and 5 deletions

4
dist/demo.js vendored

File diff suppressed because one or more lines are too long

2
dist/demo.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -181,9 +181,9 @@ const MultiSelectTable = multiSelect(Table, Checkbox);
Table 组件参数:
| 参数 | 说明 | 类型 | 默认值 |
| 参数 | 说明 | 类型 | 返回值 |
| ------ | ---------- | -------- | ---- |
| getSelectedDataFunc | 返回当前选中的数据数组 | Function | |
| getSelectedDataFunc | 返回当前选中的数据数组 | Function | `selectedList` : 当前选中的行数据集合<br>`record` : 当前操作行数据<br>`index` : 当前操作行索引 |
Data 数组参数: