mirror of
https://github.com/anna-sara/vbytes_lan.git
synced 2026-03-16 16:25:41 +01:00
Added more pagination options
This commit is contained in:
parent
9f7cd263ac
commit
573b41b4b2
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ class ParticipantsTable
|
|||
public static function configure(Table $table): Table
|
||||
{
|
||||
return $table
|
||||
->paginated([10, 25, 50, 100, 'all'])
|
||||
->groups([
|
||||
Group::make('status')
|
||||
->label('Status')
|
||||
|
|
|
|||
Loading…
Reference in a new issue