What seems to be the problem: Problem is i have livewire table installed and now i want to click on edit to open edit form but i don’t understand how should i do it ?
Steps to Reproduce:
Install Livewire datatable and then in action buttons click on edit and delete method from different component.
Are you using the latest version of Livewire: Yes
Do you have any screenshots or code examples: Yes
Here is my table action buttons
edit and delete method are in DomainForm component
I want to have access edit and delete method from DomainForm to DomainTable component.