Skip to content
On this page

Interface: TablePaginationParams

TableHelper.TablePaginationParams

分页查询参数, 用于记录分页信息.

Properties

current

current: number

当前页数

Defined in

dist/src/components/table-helper/table-helper.d.ts:214


pageSize

pageSize: number

每页的数据条数

Defined in

dist/src/components/table-helper/table-helper.d.ts:218