What do you mean exactly?
I do not understand your issue.
Can you make an example?
What do you mean exactly?
I do not understand your issue.
Can you make an example?
wixData.sort provides the means to set a field in a dataset to be sorted ascending or descending. I want to get the value of the setting.
If you look at the returned query promise (using JSON.stringify), you will see that apart from “items”, the query also return the arguments, like
"query\":{\"orderBy\":[{\"someFieldName\":\"asc\"}
That should do it.