custom filter blade - cant figure out how
I have a custom page with query logic, and ultimately ends up in my view like this
I want to add the filters blade layout that would come from a table, but as its own standalone thing, but im just lost trying to find out what I need to include it based on the data the component accepts
3 Replies
Why not just override the view (We highly discourage this) and render in a blade with the data you need in that one place?
Kinda an odd situation as not entire showing the table, just using the traits to obtain the query and loop the data etc. I might just define an array of filters and just build at select fields. That might be easier 🤔
Why not just add the filters ontop instead?