Skip to content

分页

禁用

php
$grid->disablePagination();

显示

php
$grid->showPagination();

每页显示行数

默认为10行

php
$table->paginate(5);

分页选择器选项

php
$grid->perPages([10, 20, 30, 40, 50]);

禁用分页选择器

php
$grid->disablePerPages();