filterCollapsible open by default
hi I got a AboveContentCollapsible filters layout in my table, is there a way so that it appears open by default?
5 Replies
Do you want it to be collapsible? or static?
https://filamentphp.com/docs/3.x/tables/filters/layout#displaying-filters-above-the-table-content
Would mean it's not collapsible but does show open
I want it to be collapsible, but qhen you enter the page is open, just if the user wants to hide it, it will collapse. I found AboveContentcollapsible and it is the one I want I just need it to appear open by default
Thats not posible out of the box, you could try submitting a PR that enables that ability ->filtersOpenByDefault() or similar Dan might accept.
Okay,thanks a lot. Just wondering if it could be done