CodeGrade / bottlenose

CS assignment / grade mangement system
GNU Affero General Public License v3.0
37 stars 21 forks source link

Sorting grades tables by date...sorts by string #220

Closed blerner closed 2 years ago

blerner commented 2 years ago

Go to an assignment page. Initially, the rows is sorted in descending order by date. Click on the Date column. It'll sort the column in ascending string order by the contents of that column. Click again to sort in descending string order.

To fix this:

I think this ought to fix the sorting on that column...