Table Action with Custom Form opening new tab
I have a TableAction with a Custom Form that I need to open a view in a new tab. Is this possible?
I tried with redirect but it doesn't open it in a new tab.
6 Replies
->openUrlInNewTab()
assuming you are also using the ->url()
methodyes, but if i use url the form modal doesn't work
this opens the pdf in a new tab but doesn't fire the modal before
I don't think there is an option to open a redirect in a new tab in Livewire
Try this:
If this works, that would require another click, right?
i don't know that it does work but the action is just the submit button in the modal right. so there wouldn't be another click
yea, doesn't work. 😦
this feels gross to me, but it works with the caveat that the user will have to allow the url to be opened.