cleaner demo

This commit is contained in:
afc163 2017-01-10 14:09:19 +08:00
parent 75b50e9731
commit 088ecf18a4

View File

@ -39,7 +39,7 @@ const data = [{
}];
ReactDOM.render(
<Table dataSource={data} bordered>
<Table dataSource={data}>
<ColumnGroup title="Name">
<Column
title="First Name"