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
| 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 } | - |
58
58
| 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`|
60
60
| title | Table title renderer | Function(currentPageData)\|slot-scope ||
61
61
| customHeaderRow | Set props on per header row | Function(column, index) | - |
62
62
| customRow | Set props on per row | Function(record, index) | - |
0 commit comments