Skip to main content
Module

x/core/mod.ts>paginate

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

分页助手

Parameters

totalRecords: number

总记录数

pageSize: number

每页记录数

optional
pageIndex: number | string = [UNSUPPORTED]

当前页码