PivotGridConfiguratorEditorProps
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. | |
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. | |
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, | |
rowAxesEditor? |
| Overrides the default The default component is: PivotGridAxesEditor. | |
rowAxesLabel? |
| Overrides the default The default component is: KendoReactLabel. | |
submitted |
| Indicates if the Form is successfuly submitted. Useful for detecting if user is leaving the form before saving changes. | |
touched |
| Indicates if the Form is touched.
If any field is touched, | |
valid |
| Indicates if the Form is valid.
If any field is invalid, | |
visited |
| Indicates if the Form is visited.
If any field is visited, |
Methods
onAxisFilterFieldExpand | ||||||
---|---|---|---|---|---|---|
A callback, fired whenever an | ||||||
|
onAxisFilterFieldsExpandChange | ||||||
---|---|---|---|---|---|---|
A callback, fired whenever | ||||||
|
onChange | |||||||||
---|---|---|---|---|---|---|---|---|---|
A callback for emiting changes to a specific field without using the Field component (see example).
| |||||||||
|
onFieldsEditorFieldCheck | ||||||
---|---|---|---|---|---|---|
A callback, fired whenever a | ||||||
|
onFieldsEditorFieldExpand | ||||||
---|---|---|---|---|---|---|
A callback, fired whenever a | ||||||
|
onFormReset |
---|
A callback for resetting the Form. |
onSubmit | ||||||
---|---|---|---|---|---|---|
A callback for submitting the Form.
Can be passed to the | ||||||
|
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. | ||||||
| ||||||
|