PivotGridConfiguratorEditorPropsPremium
Represents the props of the KendoReact PivotGridConfiguratorEditor component.
Name | Type | Default | Description |
---|---|---|---|
allowSubmit |
|
Indicates if the Form is ready to be submitted.
Useful for toggling the disabled state of the Submit button. jsx
| |
columnAxesEditor? |
|
Overrides the default The default component is: PivotGridAxesEditor. | |
columnAxesLabel? |
|
Overrides the default The default component is: KendoReactLabel. | |
data |
|
Sets the The | |
errors |
|
The key-value pair containing the current errors by field path, combined from both field and form level validators. 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 |
|
Indicates if the Form is modified.
If any field is modified, 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 |
|
A callback for resetting the Form. jsx
| |
onSubmit |
|
A callback for submitting the Form.
Can be passed to the jsx
| |
rowAxesEditor? |
|
Overrides the default The default component is: PivotGridAxesEditor. | |
rowAxesLabel? |
|
Overrides the default The default component is: KendoReactLabel. | |
submitted |
|
Indicates if the Form is successfully submitted. Useful for detecting if the user is leaving the form before saving changes. jsx
| |
touched |
|
Indicates if the Form is touched.
If any field is touched, jsx
| |
valid |
|
Indicates if the Form is valid.
If any field is invalid, 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 |
|
Indicates if the Form is visited.
If any field is visited, jsx
|