• 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

PivotLocalDataServiceArgs

Represents the arguments of the usePivotLocalDataService hook.

NameTypeDefaultDescription

data

any[]

Represents the local data of the usePivotLocalDataService hook and the PivotLocalDataService component.

defaultColumnAxes

PivotGridAxis[]

Represents the default column axes configuration of the usePivotLocalDataService hook and the PivotLocalDataService component.

defaultFilter

FilterDescriptor[]

Represents the default filter descriptors of the usePivotLocalDataService hook and the PivotLocalDataService component.

defaultMeasureAxes

PivotGridAxis[]

Represents the default measure axes configuration of the usePivotLocalDataService hook and the PivotLocalDataService component.

defaultRowAxes

PivotGridAxis[]

Represents the default row axes configuration of the usePivotLocalDataService hook and the PivotLocalDataService component.

defaultSort

SortDescriptor[]

Represents the default sort descriptors of the usePivotLocalDataService hook and the PivotLocalDataService component.

dimensions

{[key: string]: Dimension}

Represents the dimensions object of the usePivotLocalDataService hook and the PivotLocalDataService component.

measures

Measure[]

Represents the measures collection of the usePivotLocalDataService hook and the PivotLocalDataService component.