Products order #226
Answered
by
maarten2424
agsmartwolf
asked this question in
Help
-
Is there a way to sort a product order? |
Beta Was this translation helpful? Give feedback.
Answered by
maarten2424
Apr 20, 2023
Replies: 1 comment 2 replies
-
Hey @agsmartwolf With the swell-js library the result would be:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
logeshswell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @agsmartwolf
Use the sort parameter to sort results. The format consists of
<field> <direction>
. Direction is recognized as a case-insensitive word like ascending and descending, or as abbreviated asc and desc.You can combine multiple sort fields in a string or array, with the first taking precedence in order.
With the swell-js library the result would be: