V2 pagination Error
In the filament table, I used the filament filter and pagination. I selected "ALL" from the per-page list and clicked Reset Filter. They make site freezes and give maximum execution time errors.
Solution
You can see the config file you are publishing here:
https://github.com/filamentphp/filament/blob/2.x/packages/tables/config/tables.php
And you need to remove the -1 option.... as Vp pointed out
https://github.com/filamentphp/filament/blob/2.x/packages/tables/config/tables.php
And you need to remove the -1 option.... as Vp pointed out
GitHub
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament