Kyslik / column-sortable

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

Is there a way to sort nested relationship? #154

Closed piotrbien closed 4 years ago

piotrbien commented 4 years ago

Hello, I am trying to sort a nested relationship column: $order->user->customerGroup->name

I tried defining $sortable arrays in all of the related models, but when I try @sortablelink('user.customerGroup.name') I'm getting an error Invalid sort argument.

I couldn't find the solution in the docs. What am I missing?

Kyslik commented 4 years ago

You'd have to write your own join for this to work https://github.com/Kyslik/column-sortable#columnsortable-overriding-advanced.

piotrbien commented 4 years ago

Closing, came back to this issue today with a well-slept clear mind and solved it pretty easily. Thanks for your help anyway, great package you have here!

Kyslik commented 4 years ago

Yea that usually helps :) or shower 🚿 .

Enjoy and feel free to contribute.