F
Filament2w ago
Avi

Custom Row Accordion

Hi, I'm trying to figure out how to use custom code to replace the rows in a table. Is this possible? I want to keep the header actions of the table (search, filter, add new button that opens a modal with a form in it) but instead of regular rows and columns, I want each record to appear in a custom accordion. I keep running around in circles with custom livewire code and filament widgets and I can't find any indication that this is even possible in the documentation. (Filament 3.x)
1 Reply
Dhru
Dhru2w ago
Well there is the built in collapsible method https://filamentphp.com/docs/3.x/tables/layout#collapsible-content you can also implement layout custom components if you want

Did you find this page helpful?