PivotGridAxesEditorPropsPremium
Represents the props of the KendoReact PivotGridAxesEditor component.
Name | Type | Default | Description |
---|---|---|---|
children? |
|
The React elements that are passed as children to the rendered component. | |
chipList? |
|
Overrides the default The default component is: KendoReactChipList. | |
component |
|
Can be set to a React component or to the name of an HTML element,
for example, | |
field |
|
Indicates which of the three available axes are represented by the editor:
| |
name |
|
The name of the field in the Form state.
Supports nested fields in the | |
onChange? |
|
Called when underlying editor triggers it's
That why this event should be used only for executing custom logic. | |
validator? |
|
The validation functions for the Field level.
Currently, | |
value |
|
Represents the The |