mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
Fix a typo in components/table documentation.
This commit is contained in:
parent
949f6f1a12
commit
8726ebfdb6
@ -61,7 +61,7 @@ const columns = [{
|
||||
| size | 正常或迷你类型 | String | `default` or `small`| default |
|
||||
| dataSource | 数据数组 | Array | | |
|
||||
| columns | 表格列的配置描述,具体项见下表 | Array | | 无 |
|
||||
| rowKey | 表格列 key 的取值 | Function(recode, index):string | | record.key |
|
||||
| rowKey | 表格列 key 的取值 | Function(record, index):string | | record.key |
|
||||
| expandedRowRender | 额外的列展开元素 | Function | | - |
|
||||
| defaultExpandedRowKeys | 默认展开的列 | Array | | - |
|
||||
| onChange | 分页、排序、筛选变化时触发 | Function(pagination, filters, sorter) | | |
|
||||
|
Loading…
Reference in New Issue
Block a user