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:
baclona 2025-01-13 17:01:32 +08:00 committed by GitHub
parent da9f7561f9
commit 66c03b823f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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