@kanunilabs/pivotgrid / VanillaCellClickEvent
Interface: VanillaCellClickEvent
Properties
cellType
cellType:
"grandTotal"|"data"
colPath
colPath:
string[]
event
event:
MouseEvent
The NATIVE event — the React layer carries a SyntheticEvent here.
records?
optionalrecords?:unknown[]
The source rows behind the cell — resolved by the controller, exactly as
React does it (BasePivotGrid routes every click through
controller.resolveCellClick). Undefined only when no controller
resolver is wired.
rowPath
rowPath:
string[]
value
value:
unknown