From 1cdb193982f8cbe6be01899b9716e777bec905c0 Mon Sep 17 00:00:00 2001 From: Fady Mondy Date: Mon, 16 Sep 2024 17:23:01 +0300 Subject: [PATCH] update per page table --- src/Pages/Plugins.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Pages/Plugins.php b/src/Pages/Plugins.php index ad5bb88..d2cec1f 100644 --- a/src/Pages/Plugins.php +++ b/src/Pages/Plugins.php @@ -57,6 +57,12 @@ public function table(Table $table): Table ->content(function () { return view('filament-plugins::pages.table'); }) + ->paginationPageOptions([ + 9, + 18, + 36, + 72, + ]) ->columns([ TextColumn::make('name') ->label(trans('filament-plugins::messages.plugins.form.name'))