PivotGridProps
Represents the props of the KendoReact PivotGrid component.
Definition
Package:@progress/kendo-react-pivotgrid
Properties
cell?
CustomComponent<PivotGridCellProps>
Overrides the default cell component.
The default component is: PivotGridCell.
className?
string
Sets the className property of the top-most element of the PivotGrid in addition to the default k-pivotgrid class.
column?
CustomComponent<PivotGridColumnProps>
Overrides the default column component.
The default component is: PivotGridColumn.
The configuration of the column axes.
columnHeadersCell?
ComponentType<PivotGridHeaderCellProps>
Overrides the default column-headers headerCell component.
The default component is: PivotGridHeaderCell.
columnHeadersColumn?
ComponentType<PivotGridColumnProps>
Overrides the default column-headers column component.
The default component is: PivotGridColumn.
columnHeadersRow?
ComponentType<PivotGridRowProps>
Overrides the default column-headers row component.
The default component is: PivotGridRow.
Sets the data of the PivotGrid.
dataColumn?
ComponentType<PivotGridColumnProps>
Overrides the default data column component.
The default component is: PivotGridColumn.
dataRow?
ComponentType<PivotGridRowProps>
Overrides the default data row component.
The default component is: PivotGridRow.
headerCell?
CustomComponent<PivotGridHeaderCellProps>
Overrides the default headerCell component.
The default component is: PivotGridHeaderCell.
id?
string
Sets the id property of the top-most element of the PivotGrid.
navigatable?
boolean
If set to true, the user can use dedicated shortcuts to interact with the PivotGrid.
By default, navigation is disabled.
false
onColumnAxesChange?
(event: PivotGridAxesChangeEvent) => void
A callback, fired whenever the columnAxes property should change.
onRowAxesChange?
(event: PivotGridAxesChangeEvent) => void
A callback, fired whenever the rowAxes property should change.
row?
CustomComponent<PivotGridRowProps>
Overrides the default row component.
The default component is: PivotGridRow.
The configuration of the row axes.
rowHeadersCell?
ComponentType<PivotGridHeaderCellProps>
Overrides the default row-headers headerCell component.
The default component is: PivotGridHeaderCell.
rowHeadersColumn?
ComponentType<PivotGridColumnProps>
Overrides the default row-headers column component.
The default component is: PivotGridColumn.
rowHeadersRow?
ComponentType<PivotGridRowProps>
Overrides the default row-headers row component.
The default component is: PivotGridRow.
style?
CSSProperties
Sets the style property of the top-most element of the PivotGrid.
tabIndex?
number
Sets the tabIndex property of the top-most element of the PivotGrid.
webMcp?
boolean | WebMcpProps
Enables Web MCP tool registration for this component.
Requires a parent WebMcpProvider from @progress/kendo-react-webmcp.