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
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 | - | |
Original file line number Diff line number Diff 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 | "" | |
You can’t perform that action at this time.
0 commit comments