New to KendoReactStart a free 30-day trial

PivotGridFieldsEditorProps
Premium

Represents the props of the KendoReact PivotGridFieldsEditor component.

NameTypeDefaultDescription

columnAxes?

PivotGridAxis[]

The configuration of the column axes.

data?

PivotGridField[]

Sets the data of the PivotGridConfiguratorEditor.

The data represents all fields available in the configurator.

measureAxes?

PivotGridAxis[]

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.

onExpand?

(args: PivotGridFieldsEditorFieldExpandEvent) => void

A callback, fired whenever an expand is triggered.

rowAxes?

PivotGridAxis[]

The configuration of the row axes.

treeView?

CustomComponent<TreeViewProps>

Overrides the default treeView component.

The default component is: KendoReactTreeView.

Not finding the help you need?
Contact Support