UNPKG

@maherunlocker/custom-react-table

Version:

**Custom-react-table** is based on <code>React-Table v7</code>: collection of hooks for **building powerful tables and datagrid experiences**. These hooks are lightweight, composable, and ultra-extensible, but **do not render any markup or styles for you*

6 lines (5 loc) 306 B
import { FilterValue, IdType, Row } from 'react-table'; export declare function numericTextFilter<T extends Record<string, unknown>>(rows: Array<Row<T>>, id: IdType<T>, filterValue: FilterValue): Array<Row<T>>; export declare namespace numericTextFilter { var autoRemove: (val: any) => boolean; }