Dimension
Interface
Represents the PivotGrid dimension object. Applicable for local data binding.
Definition
Package:@progress/kendo-angular-pivotgrid
Properties
caption
string
The caption of the dimension.
A function returning the value which will be rendered in the PivotGrid from the passed data item.
Parameters:itemany
The data item.
Returns:string
A function returning the value which will be used for sorting.
Parameters:displayValuestring
The string result from displayValue function.
any