DevExtreme v23.1 is now available.

Explore our newest features/capabilities and share your thoughts with us.

CellPreparedEvent

The type of the cellPrepared event handler's argument.

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

Object

area

Type:

String

cell

cellElement

columnIndex

Type:

Number

component

The UI component's instance.

Type:

PivotGrid

element

The UI component's container.

model

Model data. Available only if you use Knockout.

Type: any

rowIndex

Type:

Number