PivotGridAxisFilterFieldsEditorProps
Represents the props of the KendoReact PivotGridAxisFilterFieldsEditor component.
Definition
Package:@progress/kendo-react-pivotgrid
Properties
applyButton?
CustomComponent<ButtonProps>
Overrides the default applyButton component.
The default component is: KendoReactButton.
axes
string
Indicates which of the three available axes are represented by the editor:
- columnAxes
- rowAxes
- measureAxes
className?
string
Sets the className property of the top-most element of the PivotGridAxisFilterFieldsEditor in addition to the default k-columnmenu-item-wrapper class.
columnMenuForm?
CustomComponent<ColumnMenuFormProps>
Overrides the default columnMenuForm component.
The default component is: KendoReactColumnMenuForm.
columnMenuItem?
CustomComponent<ColumnMenuItemProps>
Overrides the default columnMenuItem component.
The default component is: KendoReactColumnMenuItem.
data?
PivotGridField[]
Sets the data of the PivotGridAxisFilterFieldsEditor.
The data represents all fields available for filtering.
Represents the dataItem of the AxisEditor.
The dataItem is a single PivotGridAxis object.
defaultFilter?
FilterDescriptor
Represents the initial filter value before additional operations are executed.
id?
string
Sets the id property of the top-most element of the PivotGridAxisFilterFieldsEditor.
noData?
CustomComponent<any>
Overrides the default treeView component.
The default component is: () => <Skeleton shape={'rectangle'} style={{height: '20px', width:'calc(100% - 16px)', margin: 8}}/>.
resetButton?
CustomComponent<ButtonProps>
Overrides the default resetButton component.
The default component is: KendoReactButton.
style?
CSSProperties
Sets the style property of the top-most element of the PivotGridAxisFilterFieldsEditor.
tabIndex?
number
Sets the tabIndex property of the top-most element of the PivotGridAxisFilterFieldsEditor.
treeView?
CustomComponent<TreeViewProps>
Overrides the default treeView component.
The default component is: KendoReactTreeView.