PivotGridComponent
Represents the Kendo UI PivotGrid component for Angular.
<kendo-pivotgrid
[kendoPivotLocalBinding]="data"
[dimensions]="dimensions"
[measures]="measures"
[rowAxes]="defaultRowAxes"
[columnAxes]="defaultColumnAxes"
[measureAxes]="defaultMeasureAxes"
[configurator]="true"
>
</kendo-pivotgrid>
Selector
kendo-pivotgrid
Inputs
Name | Type | Default | Description |
---|---|---|---|
columnHeadersWidth |
|
|
Sets the width of the column header and data cells. The provided value is treated in pixels (see example). |
configurator |
|
|
Controls whether the axes configurator is displayed. |
loaderSettings |
|
Sets the type, size, and color of the PivotGrid loader. | |
navigable |
|
|
Specifies whether the keyboard navigation is enabled. When enabled, you can use keyboard shortcuts to interact with the PivotGrid.
Set to |
virtualScrolling |
|
|
Sets the virtualization options of the component. By default, the virtual scrolling functionality is disabled. |
Fields
Name | Type | Default | Description |
---|---|---|---|
aggregateData |
|
Gets the aggregated PivotGrid values that are displayed. |