New to KendoReactStart a free 30-day trial

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.

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.

Overrides the default column-headers headerCell component.

The default component is: PivotGridHeaderCell.

Overrides the default column-headers column component.

The default component is: PivotGridColumn.

Overrides the default column-headers row component.

The default component is: PivotGridRow.

Sets the columns data of the PivotGrid.

Sets the data of the PivotGrid.

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.

Overrides the default headerCell component.

The default component is: PivotGridHeaderCell.

id?

string

Sets the id property of the top-most element of the PivotGrid.

If set to true, the user can use dedicated shortcuts to interact with the PivotGrid. By default, navigation is disabled.

Default:

false

A callback, fired whenever the columnAxes property should change.

Parameters:eventPivotGridAxesChangeEvent

A callback, fired whenever the rowAxes property should change.

Parameters:eventPivotGridAxesChangeEvent

row?

CustomComponent​<PivotGridRowProps>

Overrides the default row component.

The default component is: PivotGridRow.

The configuration of the row axes.

Overrides the default row-headers headerCell component.

The default component is: PivotGridHeaderCell.

Overrides the default row-headers column component.

The default component is: PivotGridColumn.

Overrides the default row-headers row component.

The default component is: PivotGridRow.

Sets the rows data of the PivotGrid.

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.