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.

14 lines (13 loc) 329 B
export declare class PageConfigModel { pageSize: number; length: number; pageIndex: number; previousPageIndex?: number | null; pageSizeOptions: number[]; dir: 'rtl' | 'ltr'; nextLabel: string; lastLabel: string; previousLabel: string; firstLabel: string; constructor(); }