Fix typo in changelog

This commit is contained in:
afc163 2017-12-27 20:52:11 +08:00
parent 823d10ac96
commit cae5eab13d
2 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ We provide a [migration tool](https://github.com/ant-design/antd-migration-helpe
}, },
}; };
<Table components={components} columns={columns data={data}} /> <Table components={components} columns={columns} data={data} />
``` ```
- 🌟 Added new `onRow` prop to allow passing custom props to table body row. - 🌟 Added new `onRow` prop to allow passing custom props to table body row.
- 🌟 Added new `onHeaderRow` props to allow passing custom props to table header row. - 🌟 Added new `onHeaderRow` props to allow passing custom props to table header row.

View File

@ -205,7 +205,7 @@ timeline: true
}, },
}; };
<Table components={components} columns={columns data={data}} /> <Table components={components} columns={columns} data={data} />
``` ```
- 🌟 新增 `onRow` 属性,用于设置表格列的属性。 - 🌟 新增 `onRow` 属性,用于设置表格列的属性。
- 🌟 新增 `onHeaderRow`,用户设置表格头部列的属性。 - 🌟 新增 `onHeaderRow`,用户设置表格头部列的属性。