New to KendoReactStart a free 30-day trial

Represents the props of the KendoReact PivotGridFieldsEditor component.

Definition

Package:@progress/kendo-react-pivotgrid

Properties

The configuration of the column axes.

data?

PivotGridField[]

Sets the data of the PivotGridConfiguratorEditor.

The data represents all fields available in the configurator.

The configuration of the measure axes.

noData?

CustomComponent​<any>

Overrides the default noData component.

The default component is: () => <div>NO DATA</div>

onCheck?

(args: PivotGridFieldsEditorFieldCheckEvent) => void

A callback, fired whenever a check is triggered.

Parameters:argsPivotGridFieldsEditorFieldCheckEvent

onExpand?

(args: PivotGridFieldsEditorFieldExpandEvent) => void

A callback, fired whenever an expand is triggered.

Parameters:argsPivotGridFieldsEditorFieldExpandEvent

The configuration of the row axes.

treeView?

CustomComponent​<TreeViewProps>

Overrides the default treeView component.

The default component is: KendoReactTreeView.