recordUrl() to open Modal
Hi all
Using a livewire component I want the row to open the View Action Model and not a page route.
Is this possible? I struggled to get it to work, find in the docs.
Using a livewire component I want the row to open the View Action Model and not a page route.
Is this possible? I struggled to get it to work, find in the docs.
Solution
It's
->recordAction(). I thought this uses the first ->actions() entry that you have