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) • 570 B
TypeScript
import { Compiler, CompilerFactory, ModuleWithProviders } from '@angular/core';
import { MatPaginatorIntl } from '@angular/material/paginator';
import { TableIntl } from '../international/table-Intl';
import { TableSetting } from '../models/table-setting.model';
export declare function createCompiler(compilerFactory: CompilerFactory): Compiler;
export declare function paginatorLabels(tableIntl: TableIntl): MatPaginatorIntl;
export declare class DynamicMatTableModule {
static forRoot(config: TableSetting): ModuleWithProviders<DynamicMatTableModule>;
}