Action run code and open url in new tab
Is there a way, to open a new tab in the
I know, there is the method
Since I wanna have a new tab,
action method of an (Table-)Action? Something like this:I know, there is the method
url, but I wanna run the code only, when the user clicks on the button. The action will generate a token (and save it to db) and the token will be attached to the url.Since I wanna have a new tab,
redirect isn't an option. Is there a way, to just call JS on an action?