Update index.md

fix typo. key should be `address`
This commit is contained in:
zilong 2016-01-03 14:00:50 +08:00
parent b87158ccd9
commit bdd47786af

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} />