UNPKG
rb-data-table
Version:
latest (1.6.5)
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.2
1.5.0
1.4.0
Angular Smart Table
akveo.github.io/ng2-smart-table/
rb-data-table
/
lib
/
data-source
/
local
/
local.sorter.d.ts
5 lines
(4 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
LocalSorter
{
protected
static
COMPARE
:
(
direction
:
any
,
a
:
any
,
b
:
any
) =>
any
;
static
sort
(
data
:
Array
<
any
>,
field
:
string
,
direction
:
string
,
customCompare
?:
Function
):
Array
<
any
>; }