• 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

PivotGridFieldsEditorProps

Represents the props of the KendoReact PivotGridFieldsEditor component.

NameTypeDefaultDescription

columnAxes?

PivotGridAxis[]

The configuration of the column axes.

data?

PivotGridField[]

Sets the data of the PivotGridConfiguratorEditor.

The data represents all fields available in the configurator.

measureAxes?

PivotGridAxis[]

The configuration of the measure axes.

noData?

CustomComponent<any>

Overrides the default noData component.

The default component is: () => <div>NO DATA</div>

onCheck?

(args: PivotGridFieldsEditorFieldCheckEvent) => void

A callback, fired whenever a check is triggered.

onExpand?

(args: PivotGridFieldsEditorFieldExpandEvent) => void

A callback, fired whenever an expand is triggered.

rowAxes?

PivotGridAxis[]

The configuration of the row axes.

treeView?

CustomComponent<TreeViewProps>

Overrides the default treeView component.

The default component is: KendoReactTreeView.