mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
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:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user