Navigation group, subnavigation inside group

I'm currently building a large ERP in the Filament database. But navigation groups only allow one group. Is there a way to create a separate group under the groups? navigation group (collapsible) >>navigation group (collapsible) >>navigation group (collapsible)
3 Replies
Dennis Koch
Dennis Koch2w ago
Multiple collapsible groups aren't possible. The closest thing you get is $parentNavigationItem which are shown, when the parent item is active.
Code with RSL
Code with RSLOP5d ago
custom sidebar component not usable ? @Dennis Koch
Dennis Koch
Dennis Koch5d ago
I guess you'd need to replace the whole sidebar

Did you find this page helpful?