Bug #6302
MVC Table Views from the Widget Gallery can't sort numbers
Start date:
03/19/2018
Due date:
% Done:
0%
Estimated time:
0.50 h
Description
The sorting handles trigger a lexicographical sorting, not a number sorting.
So, for example, sorting by "Rural Male" ascending puts 1269 after 117 instead of after 660.
Files
Updated by Roel Standaert over 4 years ago
I see. It appears that that's because the data is read in from CSV and interpreted as text instead of as numbers.