Is it possible to trigger JS on row click using table actions?
This is a real simple question where I could not find an answer to online. If this is possible it would be great to get an explanation on how to achieve this.
If this is not possible at all that is just as fine since I understand that we have an builtin modal. However my co-workers don't want to use those...
So yeah just wondering π
1 Reply
Solution
->extraAlpineAttributes(['x-on:click'=> 'yourJsFunction'])
on the column?