外观
$grid->disablePagination();
$grid->showPagination();
默认为10行
$table->paginate(5);
$grid->perPages([10, 20, 30, 40, 50]);
$grid->disablePerPages();