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