React DataGrid - RowClickEvent

The type of the rowClick event handler's argument.

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

columns

Type:

Array<Object>

component

The UI component's instance.

Selector: Component
Type:

DataGrid

data

Type:

Object

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event

groupIndex

Type:

Number

handled

Type:

Boolean

isExpanded

Type:

Boolean

isNewRow

Type:

Boolean

isSelected

Type:

Boolean

key

Type: any

rowElement

rowIndex

Type:

Number

rowType

Type:

String

values

Type:

Array<any>