TableRenderHook Action
Hi, I'm trying to add my button action to the table next to the filters. For some reason, the slideOver modal doesn't open and the action just disappears. How do I correctly add the hook for that action?
9 Replies
Try adding
Thanks, but still same
try
Didn't help as well
That's interesting, sounds like it's not actually being loaded properly then
When I add this action to headerActions, it opens and loads fine, no problem. I'm not sure how to put it in the hook so that it opens. Or is it necessary to regenerate/rebuild something?
I think try rendering it with livewire opposed to blade
I don't think it will work if you are using it in the mount method.. 🤔
Any other ideas how to mount it? Generaly I'm open for any idea.