Skip to content

Commit c9935b2

Browse files
authored
chore: adjust pagination amounts in results table (alexjustesen#2487)
1 parent 5ba9ce8 commit c9935b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Filament/Resources/Results/Tables/ResultTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ public static function table(Table $table): Table
315315
->dropdownPlacement('left-start'),
316316
])
317317
->defaultSort('id', 'desc')
318-
->paginationPageOptions([5, 10, 25, 50, 'all'])
318+
->paginationPageOptions([10, 25, 50])
319319
->deferLoading()
320320
->poll('60s');
321321
}

0 commit comments

Comments
 (0)