I'm trying to return a list of records into a table from a database collection based on:
1) filter by a certain date specified
2) ordered in descending order by time saved
I've looked at these two resources:
1) http://docs.appery.io/tutorials/build...
2) I've looked at http://docs.appery.io/documentation/b...
I'm still not clear on how to achieve this. I can get a list to display in my grid/table from a collection, but I don't know how to enter a filter or perform ordering on it. How do I enter the query constraints mentioned in the documentation?