How to trigger a livewire component on table action
When using table actions, is there a way to trigger a Livewire component to load on a modal or a slideover?
4 Replies
Include the livewire component in the modal with a custom Blade view
ok, if I have a custom blade view, how do I pass the data to the view?
I tried this
but the data doesn't seem to get transfered to the view
Solution
nvm, figured it out