F
Filament5mo ago
Asmit

Please suggest how I can add third level navigation.

5 Replies
Dhru
Dhru5mo ago
Filament Daily
YouTube
Filament: Third-Level Menu in Three Different Ways
Let's run through various options to build multi-level navigation in Filament. Links mentioned in the video: - Official Filament demo: https://github.com/filamentphp/demo - Filament v3.1: Parent Navigation and Sub-Navigation: https://filamentphp.com/community/alexandersix-filament-v3-1 - Clusters: https://filamentphp.com/docs/3.x/panels/cluster...
Asmit
AsmitOP5mo ago
Thanks @Dhru , Is there any workaround, for nested navigation group.
Dhru
Dhru5mo ago
Ah gotcha yea I am not sure the best approach for that tbh. Only think I can think of is to hide the default nagar completely and then use a render hook to pass a custom view with 3 level navigation logic on blade. Which seems quite ugly. Wonder if anyone has a better solution.
Asmit
AsmitOP5mo ago
@Dhru Thank you for your effort,I really appreciate you taking the time to help.
Dennis Koch
Dennis Koch5mo ago
We don't support nested navigation groups.

Did you find this page helpful?