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) 263 B
export declare type TablePaginationMode = 'client-side' | 'server-side' | 'none'; export interface TablePagination { length?: number; pageIndex?: number; pageSize?: number; pageSizeOptions?: number[]; showFirstLastButtons?: boolean; }