MedicOneSystems / livewire-datatables

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

how to get row data from the callback without executing a new query? #468

Open insulae opened 2 years ago

insulae commented 2 years ago

I have a column generated with a very large query which I then need to process again in another column and I don't want to repeat the query. Is there a way to pass the row the same way as when using ->view() where you can access the $value and to the $row ?