docs: fix table.md (#25629)

This commit is contained in:
xrk 2020-07-15 15:09:50 +08:00 committed by GitHub
parent 055c997fc5
commit 8a18a85922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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?