The web ui does not sort columns of numerical data correctly
Open
component: web ui
P4
type=defect
- Dominant language
- Java
- Stars
- 818
- Forks
- 112
- Avg merge
- 12m
- Merged PRs (30d)
- 5
Description
```
What steps will reproduce the problem?
1. Open the webapp on a caliper invocation that has a numeric param value
2. Sort the column for the number
What is the expected output? What do you see instead?
I would expect the numbers to be sorted like this
1
3
20
instead i see
1
20
3
What version of the product are you using? On what operating system?
Head version of caliper, in chrome
Please provide any additional information below.
```
Original issue reported on code.google.com by `lu...@google.com` on 6 May 2013 at 6:13
Contributor guide
Assessment
This issue has not been assessed yet.