Documentation

@kanunilabs/pivotgrid


@kanunilabs/pivotgrid / VanillaCellPreparedEvent

Interface: VanillaCellPreparedEvent

onCellPrepared payload — the React event with cellConfig re-typed to string|Node.

Properties

area

area: "data" | "row" | "column"


cell

cell: unknown


cellConfig

cellConfig: VanillaCellConfig


columnIndex

columnIndex: number


rowIndex

rowIndex: number