From 52b2f93c170c65bf3ab9914740a0ad4596391e3b Mon Sep 17 00:00:00 2001 From: Benjamin Takats Date: Wed, 14 Dec 2022 13:10:27 +0100 Subject: [PATCH] ->setPerPage(10) --- app/Http/Livewire/Tables/BitcoinEventTable.php | 2 +- app/Http/Livewire/Tables/BookCaseTable.php | 2 +- app/Http/Livewire/Tables/CityTable.php | 2 +- app/Http/Livewire/Tables/CourseTable.php | 2 +- app/Http/Livewire/Tables/EventTable.php | 2 +- app/Http/Livewire/Tables/LecturerTable.php | 2 +- app/Http/Livewire/Tables/LibraryItemTable.php | 2 +- app/Http/Livewire/Tables/MeetupEventTable.php | 2 +- app/Http/Livewire/Tables/MeetupTable.php | 2 +- app/Http/Livewire/Tables/VenueTable.php | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/Http/Livewire/Tables/BitcoinEventTable.php b/app/Http/Livewire/Tables/BitcoinEventTable.php index 9febc84d..d33225c8 100644 --- a/app/Http/Livewire/Tables/BitcoinEventTable.php +++ b/app/Http/Livewire/Tables/BitcoinEventTable.php @@ -30,7 +30,7 @@ class BitcoinEventTable extends DataTableComponent ]; }) ->setColumnSelectStatus(false) - ->setPerPage(50); + ->setPerPage(10); } public function columns(): array diff --git a/app/Http/Livewire/Tables/BookCaseTable.php b/app/Http/Livewire/Tables/BookCaseTable.php index 5865226b..7adf7ba2 100644 --- a/app/Http/Livewire/Tables/BookCaseTable.php +++ b/app/Http/Livewire/Tables/BookCaseTable.php @@ -41,7 +41,7 @@ class BookCaseTable extends DataTableComponent ]; }) ->setColumnSelectStatus(false) - ->setPerPage(50); + ->setPerPage(10); } diff --git a/app/Http/Livewire/Tables/CityTable.php b/app/Http/Livewire/Tables/CityTable.php index 959956b6..4f1f7e57 100644 --- a/app/Http/Livewire/Tables/CityTable.php +++ b/app/Http/Livewire/Tables/CityTable.php @@ -35,7 +35,7 @@ class CityTable extends DataTableComponent ]; }) ->setColumnSelectStatus(false) - ->setPerPage(50); + ->setPerPage(10); } public function columns(): array diff --git a/app/Http/Livewire/Tables/CourseTable.php b/app/Http/Livewire/Tables/CourseTable.php index 649b5c1c..9796c060 100644 --- a/app/Http/Livewire/Tables/CourseTable.php +++ b/app/Http/Livewire/Tables/CourseTable.php @@ -31,7 +31,7 @@ class CourseTable extends DataTableComponent ]; }) ->setColumnSelectStatus(false) - ->setPerPage(50); + ->setPerPage(10); } public function filters(): array diff --git a/app/Http/Livewire/Tables/EventTable.php b/app/Http/Livewire/Tables/EventTable.php index 38533781..3938156f 100644 --- a/app/Http/Livewire/Tables/EventTable.php +++ b/app/Http/Livewire/Tables/EventTable.php @@ -41,7 +41,7 @@ class EventTable extends DataTableComponent ]; }) ->setColumnSelectStatus(false) - ->setPerPage(50); + ->setPerPage(10); } public function filters(): array diff --git a/app/Http/Livewire/Tables/LecturerTable.php b/app/Http/Livewire/Tables/LecturerTable.php index 91bbae33..86140012 100644 --- a/app/Http/Livewire/Tables/LecturerTable.php +++ b/app/Http/Livewire/Tables/LecturerTable.php @@ -30,7 +30,7 @@ class LecturerTable extends DataTableComponent ]; }) ->setColumnSelectStatus(false) - ->setPerPage(50); + ->setPerPage(10); } public function columns(): array diff --git a/app/Http/Livewire/Tables/LibraryItemTable.php b/app/Http/Livewire/Tables/LibraryItemTable.php index 208702f9..a4a50e53 100644 --- a/app/Http/Livewire/Tables/LibraryItemTable.php +++ b/app/Http/Livewire/Tables/LibraryItemTable.php @@ -37,7 +37,7 @@ class LibraryItemTable extends DataTableComponent ]; }) ->setColumnSelectStatus(false) - ->setPerPage(50); + ->setPerPage(10); } public function filters(): array diff --git a/app/Http/Livewire/Tables/MeetupEventTable.php b/app/Http/Livewire/Tables/MeetupEventTable.php index a90090cd..bd13a5dd 100644 --- a/app/Http/Livewire/Tables/MeetupEventTable.php +++ b/app/Http/Livewire/Tables/MeetupEventTable.php @@ -31,7 +31,7 @@ class MeetupEventTable extends DataTableComponent ]; }) ->setColumnSelectStatus(false) - ->setPerPage(50); + ->setPerPage(10); } public function filters(): array diff --git a/app/Http/Livewire/Tables/MeetupTable.php b/app/Http/Livewire/Tables/MeetupTable.php index 75e37bd7..9ed8988f 100644 --- a/app/Http/Livewire/Tables/MeetupTable.php +++ b/app/Http/Livewire/Tables/MeetupTable.php @@ -29,7 +29,7 @@ class MeetupTable extends DataTableComponent ]; }) ->setColumnSelectStatus(false) - ->setPerPage(50); + ->setPerPage(10); } public function columns(): array diff --git a/app/Http/Livewire/Tables/VenueTable.php b/app/Http/Livewire/Tables/VenueTable.php index 6feb2765..30cd1432 100644 --- a/app/Http/Livewire/Tables/VenueTable.php +++ b/app/Http/Livewire/Tables/VenueTable.php @@ -30,7 +30,7 @@ class VenueTable extends DataTableComponent ]; }) ->setColumnSelectStatus(false) - ->setPerPage(50); + ->setPerPage(10); } public function columns(): array