New to KendoReactStart a free 30-day trial

Represents the object which is passed to the ref callback of the PivotGrid component.

Definition

Package:@progress/kendo-react-pivotgrid

Properties

The height of the column header area in pixels.

The rows that make up the column headers.

dataCells

{ row: string[]; cells: PivotDataItem[] }[]

The data cells organized by row and column.

element

null | HTMLDivElement

The DOM element of the PivotGrid component.

The current properties of the PivotGrid component.

The width of the row header area in pixels.

The rows that make up the row headers.