livewire-datatables
livewire-datatables copied to clipboard
how to get row data from the callback without executing a new query?
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 ?