Skip to content

Commit 663aa34

Browse files
authored
docs(table): change rowSelection.selections's default value in chinese docs (#3908)
1 parent 3761edd commit 663aa34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)