📝 update table doc

This commit is contained in:
afc163 2019-09-04 11:11:25 +08:00
parent f4719ddf02
commit 97b344e0c1

View File

@ -229,7 +229,6 @@ class NameColumn extends Table.Column<User> {}
<Table<User> dataSource={data}>
<Table.Column<User> key="name" title="Name" dataIndex="name" />
</Table>
```
## 注意