Is there a way to add the results from a REST call in the reverse order to a grid?
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.