Caleno
filter all
The 'all' filter for pagination in the table working has never worked for me for some reason. When I select 'all' It reverts to the filter with the lowest numerical value. Initially with default filament settings, it reverted to 15 records at a time (out of 1000+ records in my table), and now that I've set pagination options to 50, 100, 500 and 'all', it reverts to 50. All numerical pagination filters work perfectly, only the 'all' does not.
My pagination is set up as follows:
return $table
->paginated([50, 100, 500, 'all'])
->defaultPaginationPageOption(50)
I appreciate any advice anyone could provide on the matter.
thanks,
Michael
5 replies