F
Filament6mo ago
Jordy

Remove "all" option from pagination for entire panel

I am aware I can just call )->paginated([10, 25, 50, 100]); on each table but that kinda sucks xD.. is there a away to do this? (should be possible to add to the PanelProvider or a config option?)
Solution:
Yeah you can use the same global config like you can with inputs/columns https://filamentphp.com/docs/3.x/tables/advanced#global-settings
Jump to solution
2 Replies
Solution
ConnorHowell
ConnorHowell6mo ago
Yeah you can use the same global config like you can with inputs/columns https://filamentphp.com/docs/3.x/tables/advanced#global-settings
Jordy
Jordy6mo ago
awesome, thanks!