React DataGrid - CellClickEvent

The type of the cellClick event handler's argument.

import { DataGridTypes } from "devextreme-react/data-grid"
Type: DataGridTypes.CellClickEvent

cellElement

column

Type:

Object

columnIndex

Type:

Number

component

The UI component's instance.

Selector: Component
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: Event

key

Type: any

row

Type:

DataGrid Row

rowIndex

Type:

Number

rowType

Type:

String

text

Type:

String

value

Type: any