New to Kendo UI for Angular? Start a free 30-day trial

FooterTemplateDirective

Represents the column footer cell template of the Gantt.

Helps to customize the table footer cell for the column. To define a footer template, nest an <ng-template> tag with the kendoGanttFooterTemplate directive inside the <kendo-gantt-column> tag.

The current column, column index and field are available as context variables:

  • column—Points to the instance of the current ColumnComponent.
  • columnIndex—Defines the current column index.
  • field—The name of the column field, if set.

Selector

[kendoGanttFooterTemplate]

In this article

Not finding the help you need?