PivotGridComponent
Represents the Kendo UI PivotGrid component for Angular.
Definition
Package:@progress/kendo-angular-pivotgrid
Selector:kendo-pivotgrid
Syntax:
<kendo-pivotgrid
[kendoPivotLocalBinding]="data"
[dimensions]="dimensions"
[measures]="measures"
[rowAxes]="defaultRowAxes"
[columnAxes]="defaultColumnAxes"
[measureAxes]="defaultMeasureAxes"
[configurator]="true"
>
</kendo-pivotgrid>
Inputs
columnHeadersWidth
number
Sets the width of the column header and data cells. The provided value is treated in pixels (see example).
200
configurator
boolean | ConfiguratorSettings
Controls whether the axes configurator is displayed.
false
Sets the type, size, and color of the PivotGrid loader.
navigable
boolean
Specifies whether the keyboard navigation is enabled. When enabled, you can use keyboard shortcuts to interact with the PivotGrid.
Set to false to disable navigation and include the PivotGrid content in the normal tab sequence.
true
virtualScrolling
boolean | VirtualizationSettings
Sets the virtualization options of the component. By default, the virtual scrolling functionality is disabled.
false
Fields
Gets the aggregated PivotGrid values that are displayed.