From 8726ebfdb6c658d2c6a371f66e7f51f44f4be8c2 Mon Sep 17 00:00:00 2001 From: Guan Hao Date: Sun, 14 Feb 2016 13:34:05 +0800 Subject: [PATCH] Fix a typo in components/table documentation. --- components/table/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/index.md b/components/table/index.md index 86c3f51f86..9a70fe3d23 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) | | | -- GitLab