byu-osl / bookout

A person-to-person library
3 stars 0 forks source link

Sorting Tables #18

Open n8carrier opened 11 years ago

n8carrier commented 11 years ago

I added code to sort the user's library (Books I Own only) and the discover page. Code should be added to sort the following:

By most recent to oldest:

Alphabetically:

I couldn't figure out how to sort query results, the ones I did were lists. I would imagine the sorting is best to take place through python rather than javascript (seems a lot cleaner--and likely faster--that way).