Custom recordAction()
Hi, how can I trigger a custom action when a record is clicked? There is
->recordAction('myaction');
But this doesn't trigger it. Instead, the edit action is still triggered.
2 Replies
Solution
try to add
->recordUrl(null)
that worked, thanks!