Kyslik / column-sortable

Package for handling column sorting in Laravel 5/6/7/8
MIT License
644 stars 105 forks source link

Sorting joined tables? #140

Closed Kalo79 closed 4 years ago

Kalo79 commented 4 years ago

Hi, I love this package, but even after reading the description a few times and searching the Internet I can't figure out how to solve my problem: https://stackoverflow.com/questions/59636401/laravel-eloquent-and-kyslik-sorting-joined-tables I'm sorry to bother you here. I really hope it's something that I'm missing or not understanding right.

Kalo79 commented 4 years ago

I understood it much better by going through the working example in the package and managed to figure it out. Also, posted the solution in the StackOverflow link above. Thank you!