Please suggest how I can add third level navigation.
I tried this but didn't work
https://laracasts.com/discuss/channels/filament/3rd-level-of-menu-in-filament-v3
5 Replies
there are a few options
https://www.youtube.com/watch?v=cpbWn42Is6A
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...
Thanks @Dhru , Is there any workaround, for nested navigation group.
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.
@Dhru Thank you for your effort,I really appreciate you taking the time to help.
We don't support nested navigation groups.