select filter lazy loading
How to add lazy loading to the select filter on table?
Something like this if available
Thank you
3 Replies
Why would you want to paginate the status column which should only have a handful?
How I'd do it if you have a zillion statues (which you wouldnt).
Or if, more realistically, you are pulling Status options from another model:
Filament is pretty good and performance stuff unless you throw it a raw 1000 options in ->options([]).
searchable() is amazing π
Hope this helps?
Sorry I gave the wrong example, it should be filter by people names/id and it will be plenty
Thanks, I'll try it