You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want a Livewire crud component for the create, update and delete and not a livewire component that extends LivewireDatatable with al this methods. Now when i do: wire:click="edit({{$id}})" the method edit must be in the livewire component that extends the LivewireDatatable.
Is this possible or is this just the way livewire works?
The text was updated successfully, but these errors were encountered:
I want a Livewire crud component for the create, update and delete and not a livewire component that extends LivewireDatatable with al this methods. Now when i do: wire:click="edit({{$id}})" the method edit must be in the livewire component that extends the LivewireDatatable.
Is this possible or is this just the way livewire works?
The text was updated successfully, but these errors were encountered: