New to Kendo UI for AngularStart a free 30-day trial

Definition

Package:@progress/kendo-angular-pivotgrid

Selector:kendo-pivotgrid

Syntax:

html
<kendo-pivotgrid
   [kendoPivotLocalBinding]="data"
   [dimensions]="dimensions"
   [measures]="measures"
   [rowAxes]="defaultRowAxes"
   [columnAxes]="defaultColumnAxes"
   [measureAxes]="defaultMeasureAxes"
   [configurator]="true"
 >
</kendo-pivotgrid>

Inputs

Sets the width of the column header and data cells. The provided value is treated in pixels (see example).

Default:

200

Controls whether the axes configurator is displayed.

Default:

false

Sets the type, size, and color of the PivotGrid loader.

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.

Default:

true

Sets the virtualization options of the component. By default, the virtual scrolling functionality is disabled.

Default:

false

Fields

Gets the aggregated PivotGrid values that are displayed.