mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
docs(table): complement params (#1486)
This commit is contained in:
parent
1f429c1e88
commit
d757ac68e2
@ -71,7 +71,7 @@ const columns = [
|
||||
|
||||
| Events Name | Description | Arguments |
|
||||
| --- | --- | --- |
|
||||
| change | Callback executed when pagination, filters or sorter is changed | Function(pagination, filters, sorter) | |
|
||||
| change | Callback executed when pagination, filters or sorter is changed | Function(pagination, filters, sorter, { currentDataSource }) | |
|
||||
| expand | Callback executed when the row expand icon is clicked | Function(expanded, record) | |
|
||||
| expandedRowsChange | Callback executed when the expanded rows change | Function(expandedRows) | |
|
||||
|
||||
|
@ -72,7 +72,7 @@ const columns = [
|
||||
| 事件名称 | 说明 | 回调参数 |
|
||||
| ------------------ | -------------------------- | ------------------------------------- |
|
||||
| expandedRowsChange | 展开的行变化时触发 | Function(expandedRows) |
|
||||
| change | 分页、排序、筛选变化时触发 | Function(pagination, filters, sorter) |
|
||||
| change | 分页、排序、筛选变化时触发 | Function(pagination, filters, sorter, { currentDataSource }) |
|
||||
| expand | 点击展开图标时触发 | Function(expanded, record) |
|
||||
|
||||
#### customRow 用法
|
||||
|
Loading…
Reference in New Issue
Block a user