feat: selectable items per page in pagination
This commit is contained in:
@@ -34,7 +34,7 @@ class IndexController extends AbstractController
|
||||
$pagination = $this->paginator->paginate(
|
||||
$query,
|
||||
$request->query->getInt('page', 1),
|
||||
10
|
||||
$request->query->getInt('limit', 10),
|
||||
);
|
||||
|
||||
return $this->render('administrative/document/index.html.twig', [
|
||||
|
||||
Reference in New Issue
Block a user