Documentation

@kanunilabs/pivotgrid-react


@kanunilabs/pivotgrid-react / PivotDataSource

Interface: PivotDataSource<TRow>

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

Minimal data source shape: field definitions + row array.

Type Parameters

TRow

TRow = any

Properties

fields

fields: PivotField<TRow, PivotCellTemplate, any>[]

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


store

store: TRow[]

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