Issue #2124 (BelongsTo sortable() should sort by label) labeled as implemented but not working #5576
Answered
by
crynobone
davide-lucchelli
asked this question in
Q&A
-
Description:Trying to sort table by a belongsto column, data is sorted using the related resource id, not the displayed label (behavior normally expected by user). |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
May 26, 2023
Replies: 1 comment 3 replies
-
|
https://nova.laravel.com/docs/4.0/resources/relationships.html#disable-ordering-by-title |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
okay, such feature isn't available without introducing performance impact on most app. I removed the implemented tag.