Closed Slobug closed 2 years ago
You Should Create Your own method and include it with Coloum Callback.
Column::callback(['values you want to pass'], function (php declared values with $) { return view(your view location', compcat('params)); })->unsortable()->label('Action'),
For more details, you can check: https://github.com/MedicOneSystems/demo-livewire-datatables/blob/master/app/Http/Livewire/ActionsDemoTable.php
You Should Create Your own method and include it with Coloum Callback.
Column::callback(['values you want to pass'], function (php declared values with $) { return view(your view location', compcat('params)); })->unsortable()->label('Action'),
Thanks, I go to try it.
but I would have preferred to intercept the original function.
Hello,
Thank you for this great tool.
How is it possible to act before or after a delete?
I would like to combine another action.
Thank you in advance.