Possible to open url in new tab with table form action?
Hi! I'm looking for a way to implement a unique table action. On the Action I want to open a model in which the user can enter some data. On submit I want to open a new tab with a url based on this data. With a normal action this is possible with
->openUrlInNewTab()
. However, I'm unable to find a work-around for a action for which we overwrite the action using a custom modal. The only way I found is using redirect()
but this is not the desired flow. Thanks in advance!0 Replies