PivotLocalBindingDirective
A directive which binds the PivotGrid to local data (see example).
Selector
[kendoPivotLocalBinding]
Export Name
Accessible in templates as #kendoPivotLocalBindingInstance="kendoPivotLocalBinding"
Inputs
Name | Type | Default | Description |
---|---|---|---|
columnAxes |
|
Represents the column axes configuration of the PivotGrid. | |
kendoPivotLocalBinding |
|
The array of data which will be used to populate the PivotGrid. | |
dimensions |
|
Represents the dimensions object of the PivotGrid. | |
filter |
|
Represents the initial filtered state of the PivotGrid. | |
measureAxes |
|
Represents the measure axes configuration of the PivotGrid. | |
measures |
|
Represents the measures collection of the PivotGrid. | |
rowAxes |
|
Represents the row axes configuration of the PivotGrid. | |
sort |
|
Represents the initial sorted state of the PivotGrid. |
Events
Name | Type | Description |
---|---|---|
configurationChange |
|
Fires when the Configurator Apply button is pressed. The event is preventable. If you prevent the event, the PivotGrid will not be rerendered with the new state, resulting from the configuration changes, applied through the configurator interface. |
dataLoaded |
|
Fires each time when new data is loaded and transformed to show aggregated values. The event fires upon initialization and on user interaction that changes the state of the PivotGrid. |
expandChange |
|
Fires each time a row or column header gets expanded or collapsed by the end user. The event is preventable. If you prevent the event, the PivotGrid will not be rerendered with the new state, resulting from the end user interaction. |