React DataGrid - CellPreparedEvent

The type of the cellPrepared event handler's argument.

import { CellPreparedEvent } from "devextreme/ui/data_grid"
Type:

Object

cellElement

column

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.

isExpanded

Type:

Boolean

isNewRow

Type:

Boolean

isSelected

Type:

Boolean

key

Type: any

oldValue

Type: any

row

Type:

DataGrid Row

rowIndex

Type:

Number

rowType

Type:

String

text

Type:

String

value

Type: any

watch

Type:

Function