Browse Source

docs(table): change rowSelection.selections's default value in chinese docs (#3908)

pull/3927/head
代娃~ 4 years ago committed by GitHub
parent
commit
663aa34d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      antdv-demo/docs/table/index.zh-CN.md

2
antdv-demo/docs/table/index.zh-CN.md

@ -135,7 +135,7 @@
| getCheckboxProps | 选择框的默认属性配置 | Function(record) | - |
| hideDefaultSelections | 去掉『全选』『反选』两个默认选项 | boolean | false |
| selectedRowKeys | 指定选中项的 key 数组,需要和 onChange 进行配合 | string\[] | \[] |
| selections | 自定义选择配置项, 设为 `true` 时使用默认选择项 | object\[]\|boolean | true |
| selections | 自定义选择配置项, 设为 `true` 时使用默认选择项 | object\[]\|boolean | - |
| type | 多选/单选,`checkbox` or `radio` | string | `checkbox` |
| onChange | 选中项发生变化时的回调 | Function(selectedRowKeys, selectedRows) | - |
| onSelect | 用户手动选择/取消选择某列的回调 | Function(record, selected, selectedRows, nativeEvent) | - |

Loading…
Cancel
Save