title | page_title | description | slug | position |
---|---|---|---|---|
PivotDataSource |
PivotDataSource Overview - Components - Kendo UI for Vue |
Use the Kendo UI PivotDataSource wrapper component in Vue projects. |
overview_pivotdatasource |
5 |
The PivotDataSource extends the [DataSource component]({% slug overview_datasource %}).
It communicates with an OLAP cube instance on HTTP by using the XMLA protocol.
The following example demonstrates how to bind the PivotGrid to the PivotDataSource.
{% meta height:660 %} {% embed_file pivot-datasource/main.vue preview %} {% embed_file pivot-datasource/main.js %} {% endmeta %}