UNPKG

tw-table

Version:

table designed with tailwind and tanstack-table.

3 lines (2 loc) 182 B
import { Row } from '@tanstack/react-table'; export default function numericFilterFn<TData extends object>(row: Row<TData>, columnId: string, filterValue: string | null): boolean;