Skip to content

Commit e91f67b

Browse files
Willyesmeck
authored andcommitted
Update index.zh-CN.md (ant-design#11427)
First of all, thank you for your contribution! :-) Please makes sure that these checkboxes are checked before submitting your PR, thank you! * [ ] Make sure that you propose PR to right branch: bugfix for `master`, feature for latest active branch `feature-x.x`. * [ ] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd). * [ ] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style. * [ ] Rebase before creating a PR to keep commit history clear. * [ ] Add some descriptions and refer relative issues for you PR. Extra checklist: **if** *isBugFix* **:** * [ ] Make sure that you add at least one unit test for the bug which you had fixed. **elif** *isNewFeature* **:** * [ ] Update API docs for the component. * [ ] Update/Add demo to demonstrate new feature. * [ ] Update TypeScript definition for the component. * [ ] Add unit tests for the feature.
1 parent e29a88b commit e91f67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/table/index.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const columns = [{
160160
| selectedRowKeys | 指定选中项的 key 数组,需要和 onChange 进行配合 | string\[] | \[] |
161161
| selections | 自定义选择项 [配置项](#selection), 设为 `true` 时使用默认选择项 | object\[]\|boolean | true |
162162
| type | 多选/单选,`checkbox` or `radio` | string | `checkbox` |
163-
| onChange | 选中项发生变化的时的回调 | Function(selectedRowKeys, selectedRows) | - |
163+
| onChange | 选中项发生变化时的回调 | Function(selectedRowKeys, selectedRows) | - |
164164
| onSelect | 用户手动选择/取消选择某列的回调 | Function(record, selected, selectedRows, nativeEvent) | - |
165165
| onSelectAll | 用户手动选择/取消选择所有列的回调 | Function(selected, selectedRows, changeRows) | - |
166166
| onSelectInvert | 用户手动选择反选的回调 | Function(selectedRows) | - |

0 commit comments

Comments
 (0)