Make row from panel conditionnaly collapsible
I'm trying to make row from panel in table conditionally collapsible when the closure return true (record return count > 0 on relationship) from this code.
But a modification in filament is needed and i'm stuck (see screenshot)
Help !
2 Replies
I want to hide the arrow too when my condition is false (and make collapsible false)
I want using Split component as "headers" and panel component as conditionnaly collapsible row to see details of a record
I cannot see how you would easily do that given it's collapsible or it's not as a whole. You either have collapsible table or not. Collapsible is a div table opposed to the normal tables based approach