Browse Source

Update index.md

fix typo. key should be `address`
pull/803/head
zilong 9 years ago
parent
commit
bdd47786af
  1. 2
      components/table/index.md

2
components/table/index.md

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

Loading…
Cancel
Save