Skip to main content
Module

x/core/paginate.ts>paginate

Some auxiliary functions and classes of deno.
Go to Latest
function paginate
import { paginate } from "https://deno.land/x/core@0.1.4/paginate.ts";

分页助手

Parameters

totalRecords: number

总记录数

pageSize: number

每页记录数

optional
pageIndex: number | string = [UNSUPPORTED]

当前页码