mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 17:09:46 +08:00
Fix typo in changelog
This commit is contained in:
parent
823d10ac96
commit
cae5eab13d
@ -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.
|
||||||
|
@ -205,7 +205,7 @@ timeline: true
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
<Table components={components} columns={columns data={data}} />
|
<Table components={components} columns={columns} data={data} />
|
||||||
```
|
```
|
||||||
- 🌟 新增 `onRow` 属性,用于设置表格列的属性。
|
- 🌟 新增 `onRow` 属性,用于设置表格列的属性。
|
||||||
- 🌟 新增 `onHeaderRow`,用户设置表格头部列的属性。
|
- 🌟 新增 `onHeaderRow`,用户设置表格头部列的属性。
|
||||||
|
Loading…
Reference in New Issue
Block a user