From 663aa34d8440528b5cac9ef18c9c361eef90cda9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E5=A8=83=EF=BD=9E?= Date: Thu, 8 Apr 2021 11:21:45 +0800 Subject: [PATCH] docs(table): change rowSelection.selections's default value in chinese docs (#3908) --- antdv-demo/docs/table/index.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antdv-demo/docs/table/index.zh-CN.md b/antdv-demo/docs/table/index.zh-CN.md index 769153d28..d13707e58 100644 --- a/antdv-demo/docs/table/index.zh-CN.md +++ b/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) | - |