Skip to content

Commit

Permalink
update per page table
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Sep 16, 2024
1 parent f2789f0 commit 1cdb193
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Pages/Plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit 1cdb193

Please sign in to comment.