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

Local Data Binding Directive

The PivotGrid component allows you to use local data.

Basic Usage

To get the PivotGrid running using the kendoPivotLocalBinding directive, pass the data collection to the directive, and define the following configuration settings:

  • dimensions—the dimensions object of the PivotGrid.
  • measures—the measures collection of the PivotGrid.
  • rowAxes—the row axes configuration of the PivotGrid.
  • columnAxes—the column axes configuration of the PivotGrid.
  • measureAxes—the measure axes configuration of the PivotGrid.

The following demo shows how to configure the PivotGrid component. Each field in the dimensions object points to a field in the local data.

Example
View Source
Change Theme:

In this article

Not finding the help you need?