GroupHeaderColumnTemplateDirective
Directive
Represents the group header column template of the Excel Export column component (see example). Use this directive to customize the group header column.
Definition
Package:@progress/kendo-angular-excel-export
Selector:[kendoExcelExportGroupHeaderColumnTemplate]
Syntax:
html
<ng-template kendoExcelExportGroupHeaderColumnTemplate let-group let-field="field">
Group Header Column for {{ field }}
</ng-template>