Data Service JavaScript API: There is no way to sort data in descending sort order!

There is no way to sort data in descending sort order!

Thanks for quick reply! Could you add this to documentation, please?

Yes, there is. Put “desc” after the property name in the sortBy property. For example:

var queryObj = new Backendless.Query();
queryObj.options = { sortBy:“name desc” };