Merge pull request #803 from jzlxiaohei/patch-2

Update index.md of `Table`
This commit is contained in:
afc163 2016-01-03 14:13:21 +08:00
commit 5fab148a86

View File

@ -42,7 +42,7 @@ const columns = [{
}, { }, {
title: '住址', title: '住址',
dataIndex: 'address', dataIndex: 'address',
key: 'age', key: 'address',
}]; }];
<Table dataSource={dataSource} columns={columns} /> <Table dataSource={dataSource} columns={columns} />