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