UNPKG
ng2-smart-table-pager-mod
Version:
latest (1.2.1)
1.2.1
Angular Smart Table Mod
akveo.github.io/ng2-smart-table/
ng2-smart-table-pager-mod
/
lib
/
data-source
/
local
/
local.filter.d.ts
5 lines
(4 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
LocalFilter
{
protected
static
FILTER
:
(
value
:
string
,
search
:
string
) =>
boolean
;
static
filter
(
data
:
Array
<
any
>,
field
:
string
,
search
:
string
,
customFilter
?:
Function
):
Array
<
any
>; }