mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
docs(pagination): docs update (#6114)
* Update index.zh-CN.md * Update index.en-US.md
This commit is contained in:
parent
7246e62823
commit
cb80e40aa6
@ -32,7 +32,7 @@ A long list can be divided into several pages using `Pagination`, and only one p
|
||||
| responsive | If `size` is not specified, `Pagination` would resize according to the width of the window | boolean | - | 3.1 |
|
||||
| showLessItems | Show less page items | boolean | false | 1.5.0 |
|
||||
| showQuickJumper | determine whether you can jump to pages directly | boolean | false | |
|
||||
| showSizeChanger | determine whether `pageSize` can be changed | boolean | false | |
|
||||
| showSizeChanger | Determine whether to show `pageSize` select, it will be true when `total > 50` | boolean | - | |
|
||||
| showTitle | Show page item's title | boolean | true | 1.5.0 |
|
||||
| showTotal | to display the total number and range | Function(total, range) | - | |
|
||||
| simple | whether to use simple mode | boolean | - | |
|
||||
|
@ -27,7 +27,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/1vqv2bj68/Pagination.svg
|
||||
| responsive | 当 size 未指定时,根据屏幕宽度自动调整尺寸 | boolean | - | 3.1 |
|
||||
| showLessItems | 是否显示较少页面内容 | boolean | false | 1.5.0 |
|
||||
| showQuickJumper | 是否可以快速跳转至某页 | boolean | false | |
|
||||
| showSizeChanger | 是否可以改变 pageSize | boolean | false | |
|
||||
| showSizeChanger | 是否展示 `pageSize` 切换器,当 `total` 大于 50 时默认为 true | boolean | - | |
|
||||
| showTotal | 用于显示数据总量和当前数据顺序 | Function(total, range) | - | |
|
||||
| simple | 当添加该属性时,显示为简单分页 | boolean | - | |
|
||||
| size | 当为「small」时,是小尺寸分页 | string | "" | |
|
||||
|
Loading…
Reference in New Issue
Block a user