Intel XDK listview sort
问题 I try to make a simple application with Intel XDK and Parse.com as backend service. I made a listview like this tutorial shows. The listview, in my app, displays the newest entries at the bottom. Instead of that i want to show the list with the opposite way - the most recent entries at the top of the list. In a simple HTML5-JS file i do it with query.ascending("createdAt"); as described in documentation for JavaScript in Parse.com. How i can do it so with Intel XDK? I will appreciate every