feat: selectable items per page in pagination

This commit is contained in:
Björn Fromme
2024-10-28 09:47:42 +01:00
parent 9625ed2001
commit 55f1b01556
11 changed files with 23 additions and 12 deletions
@@ -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', [