docs: update table v2 doc (#8203)

* docs: update table v2 doc

* chore: update

Co-authored-by: RealityBoy <1923740402@qq.com>
This commit is contained in:
iamkun
2022-09-11 01:08:33 +08:00
committed by GitHub
parent e3e0038290
commit d215feec39

View File

@@ -323,7 +323,7 @@ table-v2/manual-scroll
| height \* | Height for the table, required | Number | - |
| max-height | Maximum height for the table | Number | - |
| 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 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 |
| sort-by | Sort indicator | Object\<[SortBy](#typings)\> | {} |
| sort-state | Multiple sort indicator | Object\<[SortState](#typings)\> | undefined |