Preparing search index...
The search index is not available
React-Table UI Docs
React-Table UI Docs
FilterType
Interface FilterType<D>
Type Parameters
D
extends
object
Hierarchy
FilterType
Filter
Type
(
rows
:
Row
<
D
>
[]
, columnIds
:
IdType
<
D
>
[]
, filterValue
:
any
)
:
Row
<
D
>
[]
Parameters
rows:
Row
<
D
>
[]
columnIds:
IdType
<
D
>
[]
filterValue:
any
Returns
Row
<
D
>
[]
Index
Properties
auto
Remove?
Properties
Optional
auto
Remove
auto
Remove
?:
(
(
filterValue
:
any
)
=>
boolean
)
Type declaration
(
filterValue
:
any
)
:
boolean
Parameters
filterValue:
any
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
React-
Table UI
Docs
Filter
Type
auto
Remove?
Generated using
TypeDoc