Documentation

@kanunilabs/pivotgrid-react


@kanunilabs/pivotgrid-react / PivotCell

Interface: PivotCell<TRow>

Defined in: packages/core/dist/pivot.worker-DQFl4fMu.d.ts:829

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

Type Parameters

TRow

TRow = any

Properties

colPath

colPath: string[]

Defined in: packages/core/dist/pivot.worker-DQFl4fMu.d.ts:831


displayValues

displayValues: Record<string, string>

Defined in: packages/core/dist/pivot.worker-DQFl4fMu.d.ts:833


isTotalCell

isTotalCell: boolean

Defined in: packages/core/dist/pivot.worker-DQFl4fMu.d.ts:835


records?

optional records?: TRow[]

Defined in: packages/core/dist/pivot.worker-DQFl4fMu.d.ts:834


rowPath

rowPath: string[]

Defined in: packages/core/dist/pivot.worker-DQFl4fMu.d.ts:830


values

values: Record<string, number>

Defined in: packages/core/dist/pivot.worker-DQFl4fMu.d.ts:832