jxmono / crud

:fork_and_knife: CRUD for mono
MIT License
0 stars 1 forks source link

Sort dates works wrong #33

Closed IonicaBizau closed 10 years ago

IonicaBizau commented 10 years ago

After implementing the solution from this commit (#29) the dates are still sorted wrong...

IonicaBizau commented 10 years ago

For native fields the sorting is done here.

For the linked fields it's a little bit tricky: a custom JavaScript sort algorithms are required. The date comparisons are done here.

But, I hope both will work fine.