Sorting polymorphic relationships in Tables
Hello guys,
I was wondering if there's a method to sort the tables based on columns in a polymorphic relationship.
Thanks in advance!
1 Reply
i dont think so
that would be very tricky
if you know how to do it with a custom eloquent query, then you can do so by passing a function to the
sortable()
method