PivotGridConfiguratorEditorPropsPremium
Represents the props of the KendoReact PivotGridConfiguratorEditor component.
Name | Type | Default | Description |
---|---|---|---|
allowSubmit |
|
Shows whether the form can be submitted. When true and form is valid, you can submit. When true and form is invalid, you can show all validation errors. Use this to control the disabled state of Submit buttons. jsx
| |
columnAxesEditor? |
|
Overrides the default The default component is: PivotGridAxesEditor. | |
columnAxesLabel? |
|
Overrides the default The default component is: KendoReactLabel. | |
data |
|
Sets the The | |
errors |
|
Contains current validation errors organized by field path. jsx
| |
fieldsEditor? |
|
Overrides the default The default component is: PivotGridFieldsEditor. | |
fieldsLabel? |
|
Overrides the default The default component is: KendoReactLabel. | |
horizontal? |
|
|
Renders the PivotGridConfiguratorEditor in |
measureAxesEditor? |
|
Overrides the default The default component is: PivotGridAxesEditor. | |
measureAxesLabel? |
|
Overrides the default The default component is: KendoReactLabel. | |
modified |
|
Shows whether any field value has changed from its initial value. Becomes true when any field value changes for the first time. jsx
| |
onAxisFilterFieldExpand? |
|
A callback, fired whenever an | |
onAxisFilterFieldsExpandChange? |
|
A callback, fired whenever | |
onChange |
|
A callback for emitting changes to a specific field without using the Field component (see example).
jsx
| |
onFieldsEditorFieldCheck? |
|
A callback, fired whenever a | |
onFieldsEditorFieldExpand? |
|
A callback, fired whenever a | |
onFormReset |
|
Resets the form to its initial state. jsx
| |
onSubmit |
|
Submits the form when called. Use this with the onClick property of Submit buttons. jsx
| |
rowAxesEditor? |
|
Overrides the default The default component is: PivotGridAxesEditor. | |
rowAxesLabel? |
|
Overrides the default The default component is: KendoReactLabel. | |
submitted |
|
Shows whether the form has been successfully submitted. Use this to detect if the user is leaving before saving changes. jsx
| |
touched |
|
Shows whether the user has interacted with any field. Becomes true when any field loses focus or the user tries to submit. jsx
| |
valid |
|
Shows whether the form passes all validation rules. Becomes false if any field fails validation. jsx
| |
valueGetter |
|
A callback for getting the value of a field without using the Field component (see example). Useful for creating and modifying the UI based on the field values. jsx
| |
visited |
|
Shows whether the user has focused on any field. Becomes true when any field receives focus or the user tries to submit. jsx
|