New to KendoReactStart a free 30-day trial

Represents the props of the KendoReact PivotGridConfigurator component.

Definition

Package:@progress/kendo-react-pivotgrid

Properties

Sets the className property of the top-most element of the PivotGridConfigurator in addition to the default k-pivotgrid-configurator class.

The configuration of the column axes.

data?

PivotGridField[]

Sets the data of the PivotGridConfigurator.

The data represents all fields available in the configurator.

Overrides the default editor component.

The default component is: PivotGridConfiguratorEditor.

filter?

FilterDescriptor[]

The descriptors by which the data is filtered.

form?

CustomComponent​<FormProps>

Overrides the default form component.

The default component is: KendoReactForm.

formElement?

CustomComponent​<FormElementProps>

Overrides the default formElement component.

The default component is: KendoReactFormElement.

Renders the PivotGridConfigurator in horizontal orientation.

Default:

false

id?

string

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

The configuration of the measure axes.

A callback, fired whenever an AxisFilterField is expanded.

A callback, fired whenever the expanded state of the AxisFilterFields is changed.

A callback, fired whenever the columnAxes property should change.

onFieldsEditorFieldCheck?

(event: PivotGridFieldsEditorFieldCheckEvent) => void

A callback, fired whenever a field is checked.

Parameters:eventPivotGridFieldsEditorFieldCheckEvent

onFieldsEditorFieldExpand?

(event: PivotGridFieldsEditorFieldExpandEvent) => void

A callback, fired whenever a field is expanded.

Parameters:eventPivotGridFieldsEditorFieldExpandEvent

A callback, fired whenever the filter property should change.

A callback, fired whenever the measureAxes property should change.

A callback, fired whenever the rowAxes property should change.

A callback, fired whenever the sort property should change.

The configuration of the row axes.

sort?

SortDescriptor[]

The descriptors by which the data is sorted.

style?

CSSProperties

Sets the style property of the top-most element of the PivotGridConfigurator.

tabIndex?

number

Sets the tabIndex property of the top-most element of the PivotGridConfigurator.