VDataTableRow API
组件页面
属性
名称 | 类型 | 默认值 |
---|---|---|
cell-props | ||
MISSING DESCRIPTION (edit in github ) | ||
index | ||
Row index. | ||
item | ||
Data (key, index and column values) of the displayed item. | ||
mobile | ||
Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint | ||
mobile-breakpoint | ||
Overrides the display configuration default screen size that the component should be considered in mobile. |
事件
名称 | 类型 |
---|---|
click | |
Event that is emitted when the component is clicked. | |
contextmenu | |
MISSING DESCRIPTION (edit in github ) | |
dblclick | |
MISSING DESCRIPTION (edit in github ) |
插槽
header.data-table-expand |
MISSING DESCRIPTION (edit in github ) |
header.data-table-select |
MISSING DESCRIPTION (edit in github ) |
item.data-table-expand |
MISSING DESCRIPTION (edit in github ) |
item.data-table-select |
MISSING DESCRIPTION (edit in github ) |
[`header.${string}`] |
MISSING DESCRIPTION (edit in github ) |
[`item.${string}`] |
MISSING DESCRIPTION (edit in github ) |