Vue DataGrid - CellClickEvent

The type of the cellClick event handler's argument.

import { DxDataGridTypes } from "devextreme-vue/data-grid"
Type: DxDataGridTypes.CellClickEvent

cellElement

column

Type:

Object

columnIndex

Type:

Number

component

The UI component's instance.

Selector: DxComponent
Type:

DataGrid

data

Type:

Object

displayValue

Type: any

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: DxEvent

key

Type: any

row

Type:

DataGrid Row

rowIndex

Type:

Number

rowType

Type:

String

text

Type:

String

value

Type: any