mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-05 11:21:11 +08:00
docs(components): [table-v2] add indent-size
(#19621)
docs(components): [table-v2] add `indent-size` Co-authored-by: gongbei <gongbei@wps.cn>
This commit is contained in:
parent
da9f7561f9
commit
66c03b823f
@ -321,6 +321,7 @@ table-v2/manual-scroll
|
||||
| width ^(required) | Width of the table | `number` | — |
|
||||
| height ^(required) | Height of the table | `number` | — |
|
||||
| max-height | Maximum height of the table | `number` | — |
|
||||
| indent-size | horizontal indentation of tree table | `number` | 12 |
|
||||
| h-scrollbar-size | Indicates the horizontal scrollbar's size for the table, used to prevent the horizontal and vertical scrollbar to collapse | `number` | 6 |
|
||||
| v-scrollbar-size | Indicates the vertical scrollbar's size for the table, used to prevent the horizontal and vertical scrollbar to collapse | `number` | 6 |
|
||||
| scrollbar-always-on | If true, the scrollbar will always be shown instead of when mouse is placed above the table | `boolean` | false |
|
||||
|
Loading…
Reference in New Issue
Block a user