med-table
Version:
Wrapper over table of primeng library for Ministry of Health
20 lines (19 loc) • 551 B
TypeScript
export interface MedTableSettings extends Record<string, any> {
rows?: number;
sticky?: boolean;
exportFileName?: string;
showGlobalSearchFilter?: boolean;
filterDelay?: number;
paginator?: boolean;
expandedDataKey?: string;
colMinWidth?: string;
colMaxWidth?: string;
scrollHeight?: string;
emptyMessage?: string;
doubleScrollbar?: boolean;
rowsPerPageOptions?: number[];
showCurrentPageReport?: boolean;
currentPageReportTemplate?: string;
lazy?: boolean;
totalRecords?: number;
}