dissto
Strategies for dealing with a very large number of filters on a resource?
I guess a viable option would be to use Using tabs to filter the records for the main filters and for the others have them as regular filters. Which presumably will add onto to the already active tab filter (if that makes sense).
If you would like a more advanced and customizable solution on a per user basis. You could check out Advanced Tables (formerly Filter Sets) (paid) demo
🤔
3 replies
Error when trying to sort table by MorphTo relationship
Just a guess though, your model is named
Person
but your tables are for People
. Probably related to Laravels internal pluralization. Did you provide the necessary parameters for the relationships since you deviate from the regular naming conventions? 🤔9 replies