VDataGridRow
Props
| Name | Type | Description |
|---|---|---|
| grid-template-columns | string | String that gets applied to the the css gridTemplateColumns attribute for the row x |
| row-type | Enum:defaultheadersticky-header | The type of row |
| aria-selected | string | Indicates the selected status. |
Events
| Name | Event Type | Description |
|---|---|---|
| cell-click | CustomEvent<{cell: HTMLElement, row: HTMLElement, isHeaderCell: boolean, columnDataKey: string}> | Event that fires when a cell is clicked |
| row-focused | CustomEvent<HTMLElement> | Fires a custom 'row-focused' event when focus is on an element (usually a cell or its contents) in the row |
Slots
| Name | Description |
|---|---|
| default | Default slot. |
Methods
| Name | Type | Description |
|---|---|---|
| handleFocusout | (_: FocusEvent) => void | |
| handleCellFocus | (e: Event) => void | |
| handleKeydown | (e: KeyboardEvent) => void |