PivotLocalDataServiceArgs
Represents the arguments of the usePivotLocalDataService hook.
Definition
Package:@progress/kendo-react-pivotgrid
Properties
data
any[]
Represents the local data of the usePivotLocalDataService hook and the PivotLocalDataService component.
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.
Represents the default measure axes configuration of the usePivotLocalDataService hook and the PivotLocalDataService component.
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.
Represents the measures collection of the usePivotLocalDataService hook and the PivotLocalDataService component.