Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.11 KB

File metadata and controls

29 lines (20 loc) · 1.11 KB
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

PivotDataSource Overview

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 %}

Suggested Links