Interface UseFiltersColumnProps<D>

Type Parameters

  • D extends object

Hierarchy

Properties

canFilter: boolean
filterValue: any
filteredRows: Row<D>[]
preFilteredRows: Row<D>[]
setFilter: ((updater: any) => void)

Type declaration

    • (updater: any): void
    • Parameters

      • updater: any

      Returns void

Generated using TypeDoc