-
Notifications
You must be signed in to change notification settings - Fork 9
Support for multiple order by parameters #5
Copy link
Copy link
Open
Description
OData supports the use of multiple orderby parameters, for example:
However, it appears that joData only accepts a single parameter via the orderBy method.
Adding support for multiple orderby parameters could be done by modifying the existing orderBy method to accept multiple properties, or by introducing a thenBy method that can be used to chain multiple orderby parameters.
Is such a feature something that you'd like to see added to joData? If so, I am happy to begin work on such a feature.
Thanks for a great library,
Chris
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels