mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-19 23:03:24 +08:00
Merge pull request #6948 from newswim/master
Escape "|" character in Pagination documentation
This commit is contained in:
commit
54eadefeca
@ -33,4 +33,4 @@ showQuickJumper | determine whether you can jump to a page directly | boolean |
|
|||||||
size | specify the size of `Pagination`, can be set to `small` | string | ""
|
size | specify the size of `Pagination`, can be set to `small` | string | ""
|
||||||
simple | whether to use simple mode | boolean | -
|
simple | whether to use simple mode | boolean | -
|
||||||
showTotal | to display the total number and range | Function(total, range) | -
|
showTotal | to display the total number and range | Function(total, range) | -
|
||||||
itemRender | to customize item innerHTML | (page, type: 'page' | 'prev' | 'next') => React.ReactNode | - |
|
itemRender | to customize item innerHTML | (page, type: 'page' \| 'prev' \| 'next') => React.ReactNode | - |
|
||||||
|
@ -34,4 +34,4 @@ cols: 1
|
|||||||
| size | 当为「small」时,是小尺寸分页 | string | "" |
|
| size | 当为「small」时,是小尺寸分页 | string | "" |
|
||||||
| simple | 当添加该属性时,显示为简单分页 | boolean | - |
|
| simple | 当添加该属性时,显示为简单分页 | boolean | - |
|
||||||
| showTotal | 用于显示数据总量和当前数据顺序 | Function(total, range) | - |
|
| showTotal | 用于显示数据总量和当前数据顺序 | Function(total, range) | - |
|
||||||
| itemRender | 用于自定义页码的结构,可用于优化 SEO | (page, type: 'page' | 'prev' | 'next') => React.ReactNode | - |
|
| itemRender | 用于自定义页码的结构,可用于优化 SEO | (page, type: 'page' \| 'prev' \| 'next') => React.ReactNode | - |
|
||||||
|
Loading…
Reference in New Issue
Block a user