Skip to content

Commit cb80e40

Browse files
authored
docs(pagination): docs update (#6114)
* Update index.zh-CN.md * Update index.en-US.md
1 parent 7246e62 commit cb80e40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/pagination/index.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A long list can be divided into several pages using `Pagination`, and only one p
3232
| responsive | If `size` is not specified, `Pagination` would resize according to the width of the window | boolean | - | 3.1 |
3333
| showLessItems | Show less page items | boolean | false | 1.5.0 |
3434
| showQuickJumper | determine whether you can jump to pages directly | boolean | false | |
35-
| showSizeChanger | determine whether `pageSize` can be changed | boolean | false | |
35+
| showSizeChanger | Determine whether to show `pageSize` select, it will be true when `total > 50` | boolean | - | |
3636
| showTitle | Show page item's title | boolean | true | 1.5.0 |
3737
| showTotal | to display the total number and range | Function(total, range) | - | |
3838
| simple | whether to use simple mode | boolean | - | |

components/pagination/index.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/1vqv2bj68/Pagination.svg
2727
| responsive | 当 size 未指定时,根据屏幕宽度自动调整尺寸 | boolean | - | 3.1 |
2828
| showLessItems | 是否显示较少页面内容 | boolean | false | 1.5.0 |
2929
| showQuickJumper | 是否可以快速跳转至某页 | boolean | false | |
30-
| showSizeChanger | 是否可以改变 pageSize | boolean | false | |
30+
| showSizeChanger | 是否展示 `pageSize` 切换器,当 `total` 大于 50 时默认为 true | boolean | - | |
3131
| showTotal | 用于显示数据总量和当前数据顺序 | Function(total, range) | - | |
3232
| simple | 当添加该属性时,显示为简单分页 | boolean | - | |
3333
| size | 当为「small」时,是小尺寸分页 | string | "" | |

0 commit comments

Comments
 (0)