mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 12:10:06 +08:00
Merge pull request #803 from jzlxiaohei/patch-2
Update index.md of `Table`
This commit is contained in:
commit
5fab148a86
@ -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} />
|
||||||
|
Loading…
Reference in New Issue
Block a user