mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-23 22:56:54 +08:00
Update index.en-US.md
add missing prop `showTitle` in documentation of Pagination
This commit is contained in:
parent
7884ea72f0
commit
8263ea74fe
@ -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 | "" | |
|
||||
|
Loading…
Reference in New Issue
Block a user