Search
Preparing search index...
The search index is not available
ngTable API Reference
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
IFilterFunc
Interface IFilterFunc<T>
Signature of a function used as a custom filter implementation
Type parameters
T
Hierarchy
IFilterFunc
Callable
__call
(
data
:
T
[]
, filter
:
IFilterValues
, filterComparator
:
FilterComparator
)
:
T
[]
Signature of a function used as a custom filter implementation
Parameters
data:
T
[]
filter:
IFilterValues
filterComparator:
FilterComparator
Returns
T
[]
Globals
IFilter
Func
Generated using
TypeDoc
Signature of a function used as a custom filter implementation