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
+1 -1
View File
@@ -31,7 +31,7 @@ class IndexController extends AbstractController
$pagination = $this->paginator->paginate(
$qb,
$request->query->getInt('page', 1),
10,
$request->query->getInt('limit', 10),
[
'defaultSortFieldName' => 'log.timestamp',
'defaultSortDirection' => 'DESC',