phildini / cards-against-django

CAH done as a Django web app.
Other
8 stars 4 forks source link

Winner/player stats score list should be order by number of wins #18

Open phildini opened 11 years ago

phildini commented 11 years ago

Winner/player stats list should be order by number of wins

clach04 commented 11 years ago

client side javascript sortable table is probably the easiest way to go here. e.g. jquery plugins (bootstrap removed this in V2)

phildini commented 10 years ago

https://datatables.net/ may be an option. We should talk about what we want here.