I am sure I am overlooking something simple, but can't seem to find
the needle in the haystack.

I am parsing an XML file and extract 2 parameters

These  are put in a sortable table as I did for some many other tables
now.
Sorting on names works like expected.(first column)
sorting on numbers (second column) does not sort correctly.

when sorting is done the result is something like this:
8
7
6
5
32
31
3
21
2

Where it should put:
32
31
21
8
7
6
5
3
2

Using the last versions of jQuery and Tablesorter.

Looking for some help on this.
If any additional information is needed, feel free to ask.

Fons


Reply via email to