diff --git a/config/scout.php b/config/scout.php index 6f351189..7b97ea3d 100644 --- a/config/scout.php +++ b/config/scout.php @@ -141,12 +141,18 @@ return [ 'searchableAttributes' => ['fullname', 'address'], 'sortableAttributes' => ['lastname', 'firstname'], 'displayedAttributes' => ['age_group_icon', 'group_name', 'links', 'is_leader', 'lastname', 'firstname', 'fullname', 'address', 'ausstand', 'birthday', 'id', 'memberships', 'bill_kind', 'group_id'], + 'pagination' => [ + 'maxTotalHits' => 1000000, + ] ], Form::class => [ 'filterableAttributes' => ['to'], 'searchableAttributes' => ['name'], 'sortableAttributes' => ['from',], 'displayedAttributes' => ['from', 'name', 'id', 'to'], + 'pagination' => [ + 'maxTotalHits' => 1000000, + ] ] ], ], diff --git a/resources/js/components/ui/SearchPagination.vue b/resources/js/components/ui/SearchPagination.vue new file mode 100644 index 00000000..02a83d91 --- /dev/null +++ b/resources/js/components/ui/SearchPagination.vue @@ -0,0 +1,88 @@ + + + diff --git a/resources/js/views/activity/Masslist.vue b/resources/js/views/activity/Masslist.vue index ecbc9af9..449badce 100644 --- a/resources/js/views/activity/Masslist.vue +++ b/resources/js/views/activity/Masslist.vue @@ -5,42 +5,38 @@
- - + +
- +
-
- +
+