diff --git a/components/pagination/index.en-US.md b/components/pagination/index.en-US.md index efbc42e136..aa5cb4556c 100644 --- a/components/pagination/index.en-US.md +++ b/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 | "" | | diff --git a/components/pagination/index.zh-CN.md b/components/pagination/index.zh-CN.md index 64804f6a6b..bed0ef23eb 100644 --- a/components/pagination/index.zh-CN.md +++ b/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 | |