hodooor / Hodoor

Server side for Hodoor - Casual attendance system
GNU General Public License v3.0
8 stars 6 forks source link

Weird swipes sorting #50

Closed dzarda closed 7 years ago

dzarda commented 7 years ago

The Date and Time columns in the swipes list don't make much sense to me.

When the page is loaded, rows are sorted latest-dates-first, but earliest-times-first:

image

It can be fixed by clicking on the Time column and sorting that correctly, then sorting it by Date.

This should really be one Date-Time column.

patriczek2811 commented 7 years ago

Dear dzarda, thank you for issue.

This should really be one Date-Time column.

Solution for this: "aaSorting": [ [0,'desc'], [1,'desc'] ],

this issue is fixed from now.

Thanks, please keep searching for bugs dear friend