I've noticed when I sort a column with numeric values it does not seem to sort correctly. For example I have a column with the following numbers: 565, 5786, 6335, 6351, 61447. When I sort the column (DESC) the numbers are ordered as follows:
- 6351
- 6335
- 61447
- 5786
- 565
The problem seems to be in sorting numbers vs. text.
For reference I am using "angular-ui-grid": "~3.1.1"