fix: typo fix in <Table /> doc (#30167)

fix: typo fix in <Table /> doc
This commit is contained in:
serializedowen 2021-04-16 14:40:29 +08:00 committed by GitHub
parent 65c71769ca
commit b8193cf97d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -284,7 +284,7 @@ Besides, the breaking change is changing `dataIndex` from nest string path like
## FAQ
### How to hide pagination when single page or not data?
### How to hide pagination when single page or no data?
You can set `hideOnSinglePage` with `pagination` prop.