Documentation

@kanunilabs/pivotgrid-react


@kanunilabs/pivotgrid-react / PivotCell

Interface: PivotCell<TRow>

Represents a single cell at the intersection of a row path and column path.

Type Parameters

TRow

TRow = any

Properties

colPath

colPath: string[]


displayValues

displayValues: Record<string, string>


isTotalCell

isTotalCell: boolean


records?

optional records?: TRow[]


rowPath

rowPath: string[]


values

values: Record<string, number>