Skip to content

Commit 040af82

Browse files
txw2018汤显文
andauthored
docs: update table docs (#7400)
Co-authored-by: 汤显文 <[email protected]>
1 parent a8c72fc commit 040af82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/table/index.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Specify `dataSource` of Table as an array of data.
116116

117117
| Events Name | Description | Arguments | |
118118
| --- | --- | --- | --- |
119-
| change | Callback executed when pagination, filters or sorter is changed | Function(pagination, filters, sorter, { currentDataSource }) | |
119+
| change | Callback executed when pagination, filters or sorter is changed | Function(pagination, filters, sorter, { action, currentDataSource }) | |
120120
| expand | Callback executed when the row expand icon is clicked | Function(expanded, record) | |
121121
| expandedRowsChange | Callback executed when the expanded rows change | Function(expandedRows) | |
122122
| resizeColumn | Triggered when the column is dragged | Function(width, column) | |

components/table/index.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*Sv8XQ50NB40AAA
121121

122122
| 事件名称 | 说明 | 回调参数 |
123123
| --- | --- | --- |
124-
| change | 分页、排序、筛选变化时触发 | Function(pagination, filters, sorter, { currentDataSource }) |
124+
| change | 分页、排序、筛选变化时触发 | Function(pagination, filters, sorter, { action, currentDataSource }) |
125125
| expand | 点击展开图标时触发 | Function(expanded, record) |
126126
| expandedRowsChange | 展开的行变化时触发 | Function(expandedRows) |
127127
| resizeColumn | 拖动列时触发 | Function(width, column) |

0 commit comments

Comments
 (0)