From 9065719ca30ba8a4b21eadaff2f3058e201d523a Mon Sep 17 00:00:00 2001 From: fsociety Date: Mon, 7 Oct 2024 14:08:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20feat(footer):=20set=20per=20page?= =?UTF-8?q?=20option=20to=200=20in=20EinundzwanzigPlebTable=20for=20pagina?= =?UTF-8?q?tion=20adjustments.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Livewire/EinundzwanzigPlebTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Livewire/EinundzwanzigPlebTable.php b/app/Livewire/EinundzwanzigPlebTable.php index 10eceeb..01410ac 100644 --- a/app/Livewire/EinundzwanzigPlebTable.php +++ b/app/Livewire/EinundzwanzigPlebTable.php @@ -36,7 +36,7 @@ final class EinundzwanzigPlebTable extends PowerGridComponent ->type(Exportable::TYPE_XLS, Exportable::TYPE_CSV), Header::make()->showSearchInput(), Footer::make() - ->showPerPage(25) + ->showPerPage(0) ->showRecordCount(), Detail::make() ->view('components.detail')