Action inside Resource ViewAction blade view
Hey!
I have a ViewAction on my
ClientResource
Table. Inside the show-client
view, I load the client-info
Livewire component with an action.
When I click the button for the first time, nothing happens, but a Livewire update request is fired. On the second click, the modal opens.
Do you have any ideas on how to fix that?
show-client.blade.php
client-info.blade.php
ClientInfo.php
1 Reply
I added a table builder to my client-info. The action buttons inside the table work on the first click. Anyone has an idea?