Can't get `sortable()` method on the Table Builder to work
I have the following code to sort the table and I can't seem to get it to work.
I have tried to use
Here is what is happening https://share.cleanshot.com/kfv42nWM
I have tried to use
->defaultSort('next_invoice_date'); on the table, but I can't get the sortable to work.Here is what is happening https://share.cleanshot.com/kfv42nWM
Solution
Figured out. I had the Eloquent Query using the
latest() method and removing that fixed it,