You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/pagination/index.en-US.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,8 @@ Common props ref:[Common props](/docs/react/common-props)
53
53
| responsive | If `size` is not specified, `Pagination` would resize according to the width of the window | boolean | - ||
54
54
| showLessItems | Show less page items | boolean | false ||
55
55
| showQuickJumper | Determine whether you can jump to pages directly | boolean \| { goButton: ReactNode } | false ||
56
-
| showSizeChanger | Determine whether to show `pageSize` select, it will be true when `total > 50`| boolean \|[SelectProps](/components/select#api)| - | SelectProps: 5.21.0 |
56
+
| showSizeChanger | Determine whether to show `pageSize` select | boolean \|[SelectProps](/components/select#api)| - | SelectProps: 5.21.0 |
57
+
| totalBoundaryShowSizeChanger | When `total` larger than it, `showSizeChanger` will be true | number | 50 ||
57
58
| showTitle | Show page item's title | boolean | true ||
58
59
| showTotal | To display the total number and range | function(total, range) | - ||
59
60
| simple | Whether to use simple mode | boolean \| { readOnly?: boolean } | - ||
0 commit comments