UNPKG
@flaviosantoro92/ngx-datatable
Version:
latest (1.0.2)
1.0.2
ngx-datatable fork with updated dependencies.
@flaviosantoro92/ngx-datatable
/
lib
/
utils
/
selection.d.ts
3 lines
(2 loc)
•
216 B
TypeScript
View Raw
1
2
3
export
declare
function
selectRows
(
selected
:
any
[],
row
:
any
,
comparefn
:
any
):
any
[];
export
declare
function
selectRowsBetween
(
selected
:
any
[],
rows
:
any
[],
index
:
number
,
prevIndex
:
number
,
comparefn
:
any
):
any
[];