UNPKG

dynamic-mat-table

Version:

dynamic-mat-table is an Angular component for presenting large and complex data with a lightning fast performance (at least 10x faster) and excellent level of control over the presentation.

10 lines (9 loc) 230 B
export interface FooterCell { aggregateText?: string; aggregateIcon?: string; aggregateIconColor?: string; footerClass?: string; footerStyle?: any; printable?: boolean; exportable?: boolean; }