UNPKG

med-table

Version:
20 lines (19 loc) 551 B
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; }