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