Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.35 KB

File metadata and controls

42 lines (29 loc) · 1.35 KB
title page_title description slug position
Columns
Columns - Gantt - Kendo UI for Vue
Configure the column features of the Kendo UI Gantt wrapper for Vue.
columns_gantt
2

Columns

The Gantt supports options for configuring the behavior of its columns.

To manage the columns of the Gantt, either:

Resizing of columns could be enabled via the :resizable prop of the Gantt.

Using the data Vue Object

The following example demonstrates how to use the data object to specify the columns of the Gantt.

{% meta height:750 %} {% embed_file columns/vue-object/main.vue preview %} {% embed_file columns/vue-object/main.js %} {% endmeta %}

Using the kendo-gantt-columns Component

The following example demonstrates how to set the inline initialization of the kendo-gantt-columns component.

{% meta height:750 %} {% embed_file columns/using-component/main.vue preview %} {% embed_file columns/using-component/main.js %} {% endmeta %}

Suggested Links