As you can see the caret is pointing down (which signifies descending) yet the dates are in ascending order.
Date sort shows caret in incorrect position
Collapse
X
-
Tags: None
-
If sort varchar field with an arrow pointing down, then you will get A-Z order
If you sort date field with an arrow pointing down, then you will get 1970-01-01 - 2014-11-11 order
What's wrong with this?If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks. -
Hmm I hadn't noticed it happening similarly for alphabetical sorts. And I also just noticed that thunar on my Linux pc does the same as espo, yet my Mac at work does the opposite! Wonder what is shown on windows.. In my mind arrow pointing up means ascending, therefore A-z or January - December, but this is probably more preference rather than a hard rule.Comment
-
Hilariously there's a lot of discussion on this exact question on stackoverflow - http://stackoverflow.com/questions/3...a-sorted-table.
I reckon it's fine as it isComment
Comment