Browse Source

更新 Pagination 组件 文档的版本号

pull/18133/head
lhx 5 years ago
parent
commit
a5a735cfc6
  1. 2
      components/pagination/index.en-US.md
  2. 2
      components/pagination/index.zh-CN.md

2
components/pagination/index.en-US.md

@ -31,7 +31,7 @@ A long list can be divided into several pages by `Pagination`, and only one page
| showLessItems | show less page items | boolean | false | 3.16.3 |
| showQuickJumper | determine whether you can jump to pages directly | boolean \| `{ goButton: ReactNode }` | false | |
| showSizeChanger | determine whether `pageSize` can be changed | boolean | false | |
| showTitle | show page items title | boolean | true | 3.19.3 |
| showTitle | show page items title | boolean | true | |
| showTotal | to display the total number and range | Function(total, range) | - | |
| simple | whether to use simple mode | boolean | - | |
| size | specify the size of `Pagination`, can be set to `small` | string | "" | |

2
components/pagination/index.zh-CN.md

@ -32,7 +32,7 @@ cols: 1
| showLessItems | show less page items | boolean | false | 3.16.3 |
| showQuickJumper | 是否可以快速跳转至某页 | boolean \| `{ goButton: ReactNode }` | false | |
| showSizeChanger | 是否可以改变 pageSize | boolean | false | |
| showTotal | 用于显示数据总量和当前数据顺序 | Function(total, range) | - | 3.19.3 |
| showTotal | 用于显示数据总量和当前数据顺序 | Function(total, range) | - | |
| simple | 当添加该属性时,显示为简单分页 | boolean | - | |
| size | 当为「small」时,是小尺寸分页 | string | "" | |
| total | 数据总数 | number | 0 | |

Loading…
Cancel
Save