-
-
Notifications
You must be signed in to change notification settings - Fork 44
Many-to-many orderBy pivot #1461
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requesthas workaroundThe issue contains a temporary solution to get around the problemThe issue contains a temporary solution to get around the problem
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthas workaroundThe issue contains a temporary solution to get around the problemThe issue contains a temporary solution to get around the problem
Describe the feature
I would like to be able to order a many-to-many relationship by a pivot table field:
I would expect a collection with a tracks array sorted by the
created_atfield on the pivot model. Is this possible (with Nuxt 2)?Additional information
Final checks