Skip to content

Commit 78c436b

Browse files
committed
doc: update pagination change info, close #5293
1 parent f0bc380 commit 78c436b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

components/pagination/index.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ A long list can be divided into several pages using `Pagination`, and only one p
4242

4343
| Events Name | Description | Arguments |
4444
| --- | --- | --- | --- |
45-
| change | a callback function, executed when the page number is changed, and it takes the resulting page number and pageSize as its arguments | Function(page, pageSize) | noop |
45+
| change | Called when the page number or `pageSize` is changed, and it takes the resulting page number and pageSize as its arguments | Function(page, pageSize) | noop |
4646
| showSizeChange | a callback function, executed when `pageSize` is changed | Function(current, size) | noop |

components/pagination/index.zh-CN.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/1vqv2bj68/Pagination.svg
3434

3535
### 事件
3636

37-
| 事件名称 | 说明 | 回调参数 |
38-
| -------------- | -------------------------------------------- | ------------------------ | ---- |
39-
| change | 页码改变的回调,参数是改变后的页码及每页条数 | Function(page, pageSize) | noop |
40-
| showSizeChange | pageSize 变化的回调 | Function(current, size) | noop |
37+
| 事件名称 | 说明 | 回调参数 |
38+
| --- | --- | --- | --- |
39+
| change | 页码或 `pageSize` 改变的回调,参数是改变后的页码及每页条数 | Function(page, pageSize) | noop |
40+
| showSizeChange | pageSize 变化的回调 | Function(current, size) | noop |

0 commit comments

Comments
 (0)