Browse Source

Fix typo in changelog

pull/8767/head
afc163 7 years ago
parent
commit
cae5eab13d
  1. 2
      CHANGELOG.en-US.md
  2. 2
      CHANGELOG.zh-CN.md

2
CHANGELOG.en-US.md

@ -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 `onHeaderRow` props to allow passing custom props to table header row.

2
CHANGELOG.zh-CN.md

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

Loading…
Cancel
Save