New to Kendo UI for Angular? Start a free 30-day trial
HeaderTemplateDirective
Represents the column header cell template of the Gantt.
Helps to customize the table header cell for the column.
To define a header template, nest an <ng-template>
tag with the
kendoGanttHeaderTemplate
directive inside the <kendo-gantt-column>
tag.
The current column and column index are available as context variables:
column
—Points to the instance of the currentColumnComponent
.columnIndex
—Defines the current column index.
Selector
[kendoGanttHeaderTemplate]