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.

9 lines (8 loc) 361 B
import { LanguagePack, TableLabels, FilterLabels, MenuLabels } from '../models/language-pack.model'; import { MatPaginatorIntl } from '@angular/material/paginator'; export declare class TableIntl implements LanguagePack { menuLabels: MenuLabels; paginatorLabels: MatPaginatorIntl; tableLabels: TableLabels; filterLabels: FilterLabels; }