Add action to sidebar navigation
How can i add a custom action to the navigation menu on the left side (see screenshot)?
I want it to run the action which will open a modal.
5 Replies
Have a look at render hooks: https://filamentphp.com/docs/3.x/support/render-hooks
I've implemented a hook for sidebar and passed Action to it, but when i click the action, nothing happens
Try searching this server for navigation action. I thought I saw a post in the last couple of weeks about this. If you haven’t already, take the time and read through all of the documentation. I’ve learned a lot just reading a section at a time
I did try searching before i created this post, couldn't find anything appropriate on this server nor the documentation. Will try again tomorrow.
If you would show some code maybe then someone could help