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 |
The PivotGrid Vue enables you to customize its appearance by using templates.
The PivotGrid supports the following templates:
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 %}
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 %}
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 %}