Reverse the order of results
Posted: Sun Jan 06, 2013 9:36 am
Is there a way to add the results from a REST call in the reverse order to a grid?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Is there a way to add the results from a REST call in the reverse order to a grid?
You could manipulate the JSON returned in JavaScript (not simple).. or modify the service to return data in the order that you need.