Skip to content

VDataGridCell

Props

NameTypeDescription
aria-currentEnum:
page
step
location
date
time
true
false
Indicates the element that represents the current item within a container or set of related elements.
aria-selectedstringIndicates the selected status.
aria-sortstringIndicates the sort status.
cell-typeEnum:
default
columnheader
rowheader
The type of cell
column-definitionobjectObject representing the column definition.
grid-columnstringThe column index of the cell. This will be applied to the css grid-column-index value applied to the cell

Events

NameEvent TypeDescription
blurFocusEventFires when the element loses focus.
cell-clickCustomEvent<{cell: HTMLElement, row: HTMLElement, isHeaderCell: boolean, columnDataKey: string}>Event that fires when a cell is clicked
cell-focusedCustomEvent<HTMLElement>Fires a custom 'cell-focused' event when focus is on the cell or its contents
clickMouseEventFires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element.
focusFocusEventFires when the element receives focus.
inputEventFires when the value of an element has been changed.
keydownKeyboardEventFires when a key is pressed.
keyupKeyboardEventFires when a key is released.
sortCustomEvent<{columnDataKey: string, ariaSort: string | null}>Event that fires when a sortable column header is clicked

Slots

NameDescription
defaultDefault slot.

Methods

NameTypeDescription
ariaSelectedChanged`(_: stringnull,selectedState: string
handleFocusin(_: FocusEvent) => void
handleFocusout(_: FocusEvent) => void
handleKeydown(e: KeyboardEvent) => void