Skip to content

Commit d757ac6

Browse files
EmiyaYangtangjinzhou
EmiyaYang
authored andcommitted
docs(table): complement params (#1486)
1 parent 1f429c1 commit d757ac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/table/index.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const columns = [
7171

7272
| Events Name | Description | Arguments |
7373
| --- | --- | --- |
74-
| change | Callback executed when pagination, filters or sorter is changed | Function(pagination, filters, sorter) | |
74+
| change | Callback executed when pagination, filters or sorter is changed | Function(pagination, filters, sorter, { currentDataSource }) | |
7575
| expand | Callback executed when the row expand icon is clicked | Function(expanded, record) | |
7676
| expandedRowsChange | Callback executed when the expanded rows change | Function(expandedRows) | |
7777

components/table/index.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const columns = [
7272
| 事件名称 | 说明 | 回调参数 |
7373
| ------------------ | -------------------------- | ------------------------------------- |
7474
| expandedRowsChange | 展开的行变化时触发 | Function(expandedRows) |
75-
| change | 分页、排序、筛选变化时触发 | Function(pagination, filters, sorter) |
75+
| change | 分页、排序、筛选变化时触发 | Function(pagination, filters, sorter, { currentDataSource }) |
7676
| expand | 点击展开图标时触发 | Function(expanded, record) |
7777

7878
#### customRow 用法

0 commit comments

Comments
 (0)