Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.43 KB

File metadata and controls

50 lines (35 loc) · 1.43 KB
title page_title description slug position
Templates
Templates - PivotGrid - Kendo UI for Vue
Customize the content of the Kendo UI PivotGrid wrapper for Vue.
templates_pivotgrid
2

PivotGrid Templates

The PivotGrid Vue enables you to customize its appearance by using templates.

The PivotGrid supports the following templates:

Data Cell Template

To set the data cell template, use the :data-cell-template prop.

{% meta height:460 %} {% embed_file templates/cell/main.vue preview %} {% embed_file templates/cell/main.js %} {% endmeta %}

Column Header Template

To set the column header template, use the :column-header-template prop.

{% meta height:460 %} {% embed_file templates/header/main.vue preview %} {% embed_file templates/header/main.js %} {% endmeta %}

Row Header Template

To set the row header template, use the :row-header-template prop.

{% meta height:460 %} {% embed_file templates/row-header/main.vue preview %} {% embed_file templates/row-header/main.js %} {% endmeta %}

Suggested Links