mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
docs: fix table.md (#25629)
This commit is contained in:
parent
055c997fc5
commit
8a18a85922
@ -295,7 +295,7 @@ Also you can use the action from extra param to determine when return to first p
|
||||
|
||||
### Why Table pagination show size changer?
|
||||
|
||||
In order to improve user experience, Pagination show size changer by default when `total >= 50` since `4.1.0`. You can set `showSizeChanger=false` to disable this feature.
|
||||
In order to improve user experience, Pagination show size changer by default when `total > 50` since `4.1.0`. You can set `showSizeChanger=false` to disable this feature.
|
||||
|
||||
### Why Table fully render when state change?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user