livewire-datatables icon indicating copy to clipboard operation
livewire-datatables copied to clipboard

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

Open insulae opened this issue 2 years ago • 0 comments

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 ?

insulae avatar May 27 '22 18:05 insulae