VDataTableRows API
name | type | default |
|---|---|---|
| Record<string, any> | (( data: Pick< ItemKeySlot<any>, 'value' | 'item' | 'column' | 'index' | 'internalItem' >, ) => Record<string, any>) | undefined | |
An object of additional props to be passed to each | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | '$collapse' | |
Icon to display when the expandable row is expanded. | ||
string
| undefined | |
Applies specified color to the control - supports utility colors with or without | ||
'default' | 'comfortable' | 'compact' | 'default' | |
Adjusts the vertical height used by the component. | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | '$expand' | |
Icon to display when the expandable row is collapsed. | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | '$tableGroupCollapse' | |
MISSING DESCRIPTION (edit in github) | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | '$tableGroupExpand' | |
MISSING DESCRIPTION (edit in github) | ||
boolean
| false | |
Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the | ||
(DataTableItem | Group | GroupSummary)[] | [] | |
An array of strings or objects used for automatically generating children components. | ||
string | boolean | false | |
Displays | ||
string
| '$vuetify.dataIterator.loadingText' | |
Text shown when the data is loading. | ||
boolean
| false | |
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 | ||
number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | undefined | |
Overrides the display configuration default screen size that the component should be considered in mobile. | ||
string
| '$vuetify.noDataText' | |
Text shown when no items are provided to the component. | ||
| Record<string, any> | (( data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>, ) => Record<string, any>) | undefined | |
An object of additional props to be passed to each | ||
Slot for custom rendering of a header cell. | ||
Slot for custom rendering of a column. | ||
Slot for custom rendering of a group. | ||
Slot for custom rendering of a header cell with the select checkbox. | ||
Slot for custom rendering of an expanded row. | ||
Slot for custom rendering of a group header. | ||
Slot for custom rendering of a group summary. | ||
Slot to replace the default | ||
Slot to replace the default | ||
Define a custom item appearance. | ||
Slot for custom rendering of a row cell with the expand icon. | ||
Slot for custom rendering of a row cell with the select checkbox. | ||
Slot for custom rendering of the loading state. | ||
Defines content for when no items are provided. | ||