• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

PivotGridAxisFilterFieldsEditorProps

Represents the props of the KendoReact PivotGridAxisFilterFieldsEditor component.

NameTypeDefaultDescription

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.

dataItem

PivotGridAxis

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?

React.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.