File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ A long list can be divided into several pages using `Pagination`, and only one p
32
32
| responsive | If ` size ` is not specified, ` Pagination ` would resize according to the width of the window | boolean | - | 3.1 |
33
33
| showLessItems | Show less page items | boolean | false | 1.5.0 |
34
34
| 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 | - | |
36
36
| showTitle | Show page item's title | boolean | true | 1.5.0 |
37
37
| showTotal | to display the total number and range | Function(total, range) | - | |
38
38
| simple | whether to use simple mode | boolean | - | |
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/1vqv2bj68/Pagination.svg
27
27
| responsive | 当 size 未指定时,根据屏幕宽度自动调整尺寸 | boolean | - | 3.1 |
28
28
| showLessItems | 是否显示较少页面内容 | boolean | false | 1.5.0 |
29
29
| showQuickJumper | 是否可以快速跳转至某页 | boolean | false | |
30
- | showSizeChanger | 是否可以改变 pageSize | boolean | false | |
30
+ | showSizeChanger | 是否展示 ` pageSize ` 切换器,当 ` total ` 大于 50 时默认为 true | boolean | - | |
31
31
| showTotal | 用于显示数据总量和当前数据顺序 | Function(total, range) | - | |
32
32
| simple | 当添加该属性时,显示为简单分页 | boolean | - | |
33
33
| size | 当为「small」时,是小尺寸分页 | string | "" | |
You can’t perform that action at this time.
0 commit comments