Adding Custom Action to TopBar
Hey all,
The button is displayed at topbar, but the magic of opening the form is not happening.
Which piece of the puzzle am I missing? Thanks for support!
2 Replies
I think you’ll need to use it in a livewire component that is rendered in the renderHook. See https://filamentphp.com/docs/3.x/actions/adding-an-action-to-a-livewire-component for more info.
Thanks. Just found this and trying out now!