MedicOneSystems / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
https://livewire-datatables.com/
MIT License
1.19k stars 259 forks source link

Question about wire click outside LivewireDatatable component #613

Open matthijs-neijenhuijs opened 6 months ago

matthijs-neijenhuijs commented 6 months ago

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?