Skip to content

Commit 040af82

Browse files
txw2018ζ±€ζ˜Ύζ–‡
andauthored
docs: update table docs (#7400)
Co-authored-by: ζ±€ζ˜Ύζ–‡ <tang_xianwen@gov-info.cn>
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)