med-table
Version:
Wrapper over table of primeng library for Ministry of Health
7 lines (6 loc) • 328 B
TypeScript
export declare class FilterMethods {
static dateRangeHandler(value?: string, filter?: (Date | undefined)[]): boolean;
static selectHandler(value?: string, filter?: string[]): boolean;
static checkboxHandler(value?: any, filter?: boolean): boolean;
static textHandler(value?: string, filter?: string): boolean;
}