diff --git a/app/Filament/Resources/Participants/Tables/ParticipantsTable.php b/app/Filament/Resources/Participants/Tables/ParticipantsTable.php index 1929a47..e020b29 100644 --- a/app/Filament/Resources/Participants/Tables/ParticipantsTable.php +++ b/app/Filament/Resources/Participants/Tables/ParticipantsTable.php @@ -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')