FilamentF
Filament15mo ago
Harvey

Collapsible Content - Keep Column Headers

Would like a user to be able to expand a row and kindof peek some details about that record in the collapsible content.

Using https://filamentphp.com/docs/3.x/tables/layout#collapsible-content works well... however, the headers disappear.

Is this possible?
Solution
No, you could modify a single column to have a reveal using formateStateUsing and use HtmlString to format a custom revealer.

Or just use an action to slide out the data.
Was this page helpful?