Unable to dispatch/listen event from Action
I'm unable to dispatch and/or listen to a Livewire event from an Action. I have a resource with a table and a custom action that looks like this:
I then have a custom livewire component that I've loaded through render hooks inside the header bar next to the user's menu. In the component I've tried the following methods but nothing is being fired.
1st test:
2nd test:
But nothing is happening. What am I doing wrong? Thanks π
2 Replies
Solution
try this:
your component
Thanks a lot that worked π