Interface UseGlobalFiltersInstanceProps<D>

Type Parameters

  • D extends object

Hierarchy

Properties

flatRows: Row<D>[]
globalFilteredFlatRows: Row<D>[]
globalFilteredRows: Row<D>[]
globalFilteredRowsById: Record<string, Row<D>>
preGlobalFilteredFlatRows: Row<D>[]
preGlobalFilteredRows: Row<D>[]
preGlobalFilteredRowsById: Record<string, Row<D>>
rows: Row<D>[]
rowsById: Record<string, Row<D>>
setGlobalFilter: ((filterValue: any) => void)

Type declaration

    • (filterValue: any): void
    • Parameters

      • filterValue: any

      Returns void

Generated using TypeDoc