Skip to content

DatatableSummaryRowDirective

declare class DatatableSummaryRowDirective

Directive that provides custom content for the summary row. When applied, the summary row renders the provided template instead of computing per-column aggregate values, enabling use cases like summary action bars.

The row is rendered with sticky positioning at the top of the datatable body.

Properties

template

readonly template: TemplateRef<any>