From a5a735cfc6c3d56bb463be7879be4898fc476846 Mon Sep 17 00:00:00 2001 From: lhx Date: Wed, 7 Aug 2019 13:51:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Pagination=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=20=E6=96=87=E6=A1=A3=E7=9A=84=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pagination/index.en-US.md | 2 +- components/pagination/index.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 | |