Open a URL in a new tab after Custom Action in a Panel
I have the following action defined on a Resource's View Page and I want to store the data and open a URL in a new tab. What is the cleanest way to do this inside a Filament Panel
4 Replies
Thank you, let me try this.
@Leonardo Ferreira is the
js
method on the $this
object? can't seem to resolve it.
get the error ::js does not exist.
should it be $livewire->js
?
tried the $livewire
object as well and same errorare you using v3? Where are you trying to use this action?
Upgraded to v3 and works fine, but had to use the livewire object