diff --git a/components/pagination/index.en-US.md b/components/pagination/index.en-US.md index 6174db2ce0..a3b0a70d16 100644 --- a/components/pagination/index.en-US.md +++ b/components/pagination/index.en-US.md @@ -31,6 +31,7 @@ A long list can be divided into several pages by `Pagination`, and only one page | showLessItems | show less page items | boolean | false | | | 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 | | | 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 | "" | |