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