SUB_NAVIGATION Hook
Hi all
I am having trouble finding a hook that will let me display content underneath the Sub Navigation on a resource.
I've tried all the hooks and the best I can find is PAGE_SUB_NAVIGATION_START_AFTER but that shows the content next to the sub navigation rather than under it.
Sorry if I am missing it but any help would be appreciated.
Thank you.
7 Replies
For some context, I want to add some extra links to the sub navigation on particular resources which will go to other pages on the app ( not linked to the same resource ). So either I need a hook or a way to add a custom URL link to the sub navigation already in place
anyone have any ideas?
Add menu item?
I did go down this route to add some nav links but I would like to add a whole livewire component underneath the sub nav
which a hook would be perfect for
Feel free to create a PR for the hook
I've found the file. Just need to work out how to create a hook
https://github.com/filamentphp/filament/pull/14566
Hopefully Ive done it correctly. My first PR ever
GitHub
Add TOP and BOTTOM hooks on Sub Navigation by FortuneV13 · Pull Req...
Description
Wrapped current Sub Navigation with a which then enabled the use of two new hooks to add views above or below the Sub Navigation.
Visual changes
No visual change unless a hook is used...