How to set the default modal action when clicking a row
Is it possible to set the default action when clicking a row to 
edit? I know this is possible by overwriting the recordUrl() function of the table. That however always opens a new page. I want to utilize the modals that are being used when no recordUrl is passed.
Code:
Thanks :)2 Replies
Pass an action inside the recordUrl maybe ?