UNPKG

ka-table

Version:

The customizable, extendable, lightweight, and fully free React Table Component

7 lines (6 loc) 208 B
import { DataType } from '../enums'; export declare class FilterOperator { compare: (fieldValue: any, conditionValue: any, rowData?: any) => boolean; defaultForTypes?: DataType[]; name: string; }