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.pager.d.ts
4 lines
(3 loc)
•
121 B
TypeScript
View Raw
1
2
3
4
export
declare
class
LocalPager
{
static
paginate
(
data
:
Array
<
any
>,
page
:
number
,
perPage
:
number
):
Array
<
any
>; }