Is there a way to display filters in the page above the table on a Panel page?
Is there a way to add filters above a table on a panel screen?
Not the inline per-column quick filters - but ideally being able to have a custom layout for my filters, but them being linked into the table below?
For example, can I output filter components manually into a blade file?
I've got a crazy big table with about 23 columns, some of them dates needing a to/from range - so the modal gets too big too quickly and I'm looking for some way to really customise them.
2 Replies
You can set the filter form columns so it spans the whole page etc. But you can set filters static and above
https://filamentphp.com/docs/3.x/tables/filters/layout#displaying-filters-above-the-table-content
Ahh amazing - thank you