From 9cdee3434aae71a3295b3f6da6a92e4b3fff5f88 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 4 Mar 2016 11:39:58 +0800 Subject: [PATCH] typo fix #1113 --- components/table/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/table/index.md b/components/table/index.md index 5c454621f9..6b70ce7618 100644 --- a/components/table/index.md +++ b/components/table/index.md @@ -61,9 +61,9 @@ const columns = [{ | size | 正常或迷你类型 | String | `default` or `small`| default | | dataSource | 数据数组 | Array | | | | columns | 表格列的配置描述,具体项见下表 | Array | | 无 | -| rowKey | 表格列 key 的取值 | Function(record, index):string | | record.key | -| expandedRowRender | 额外的列展开元素 | Function | | - | -| defaultExpandedRowKeys | 默认展开的列 | Array | | - | +| rowKey | 表格行 key 的取值 | Function(record, index):string | | record.key | +| expandedRowRender | 额外的展开行 | Function | | - | +| defaultExpandedRowKeys | 默认展开的行 | Array | | - | | onChange | 分页、排序、筛选变化时触发 | Function(pagination, filters, sorter) | | | | loading | 页面是否加载中 | Boolean | | false | | locale | 默认文案设置,目前包括排序、过滤、空数据文案 | Object | | `{ filterConfirm: '确定', filterReset: '重置', emptyText: '暂无数据' }` [默认值](https://github.com/ant-design/ant-design/issues/575#issuecomment-159169511) |