Pagination
We use Laravel's built in paginator, so there is not much for you to do. You can however change the default per page.
public function __construct()
{
$this->panel->setPerPage(20);
}
We use Laravel's built in paginator, so there is not much for you to do. You can however change the default per page.
public function __construct()
{
$this->panel->setPerPage(20);
}