New to Kendo UI for Angular? Start a free 30-day trial

PivotGridComponent

Represents the Kendo UI PivotGrid component for Angular.

Selector

kendo-pivotgrid

Inputs

NameTypeDefaultDescription

columnHeadersWidth

number

200

Specify the width of the column header and data cells. Value is treated as pixels (see example).

configurator

boolean | ConfiguratorSettings

Specifies whether the axes configurator should be displayed.

loaderSettings

LoaderSettings

Specify the type, size and color of the PivotGrid's loader.

The default settings are:

  • type: converging-spinner
  • color: primary
  • size: large

navigable

boolean

false

If set to true, the user can use dedicated shortcuts to interact with the PivotGrid. By default, navigation is disabled.

Fields

NameTypeDefaultDescription

aggregateData

PivotDataRowItem[]

Holds the displayed aggregated PivotGrid values.

In this article

Not finding the help you need?