mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
Update index.md
fix typo. key should be `address`
This commit is contained in:
parent
b87158ccd9
commit
bdd47786af
@ -42,7 +42,7 @@ const columns = [{
|
||||
}, {
|
||||
title: '住址',
|
||||
dataIndex: 'address',
|
||||
key: 'age',
|
||||
key: 'address',
|
||||
}];
|
||||
|
||||
<Table dataSource={dataSource} columns={columns} />
|
||||
|
Loading…
Reference in New Issue
Block a user