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

PivotDataSource

The PivotDataSource component utilizes the kendo-datasource component as a mixin. Other supported props are available in the API of the kendo-datasource component.

Directive

kendo-pivotdatasource

Child Components

Props

columns Array

The configuration of the column axis members (columns in Kendo UI for jQuery). An array of JavaScript objects or strings. JavaScript objects are interpreted as column descriptors. Strings are interpreted as the hierarchical names of the members.

measures Array | Object

The configuration of measures (measures in Kendo UI for jQuery). A string array whose values are interpreted as the name of the measures that will be loaded. You can define measures as a list of objects with a name and type fields.

rows Array

The configuration of the rows axis members (rows in Kendo UI for jQuery). An array of JavaScript objects or strings. JavaScript objects are interpreted as rows descriptors. Strings are interpreted as the hierarchical names of the members.

transport Object

The configuration for loading data items and discovering schema information (transport in Kendo UI for jQuery). The supported composite props are available in TransportProps.

schema Object

The schema configuration of the PivotDataSource (schema in Kendo UI for jQuery). The supported composite props are available in SchemaProps.

Methods

For more details about the methods available in the component's API please check its Kendo UI for jQuery API documentation.

kendoWidget

returns

Returns the Kendo UI PivotDataSource instance.