PivotGridHandle
Interface
Represents the object which is passed to the ref callback of the PivotGrid component.
Definition
Package:@progress/kendo-react-pivotgrid
Properties
columnHeaderBreadth
number
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.
rowHeaderBreadth
number
The width of the row header area in pixels.
The rows that make up the row headers.