diff --git a/components/table/index.md b/components/table/index.md index 86c3f51f864461d131db8f5bc7390b2dd94de750..9a70fe3d23169e283ce0f572218e1bced14e6846 100644 --- a/components/table/index.md +++ b/components/table/index.md @@ -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) | | |