Skip to content

Commit 3075819

Browse files
committed
update size doc in table
1 parent 72f928c commit 3075819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/table/index.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const columns = [{
5656
| rowSelection | Row selection [config](#rowSelection) | object | null |
5757
| scroll | Set horizontal or vertical scrolling, can also be used to specify the width and height of the scroll area. It is recommended to set a number for `x`, if you want to set it to `true`, you need to add style `.ant-table td { white-space: nowrap; }`. | { x: number \| true, y: number } | - |
5858
| showHeader | Whether to show table header | boolean | `true` |
59-
| size | Size of table | `default` \| `middle` \| `small` | `default` |
59+
| size | Size of table | `default` \| `middle` \| `small` \| `large` | `default` |
6060
| title | Table title renderer | Function(currentPageData)\|slot-scope | |
6161
| customHeaderRow | Set props on per header row | Function(column, index) | - |
6262
| customRow | Set props on per row | Function(record, index) | - |

0 commit comments

Comments
 (0)