[jQuery] tablesorter alphabetical/numeric hybrid
I have a column that sometimes contains last names and sometimes
numbers, e.g.
1
2
..
Smith
Wesson
initial loading is fine and goes:
===========================
1
10
11
2
..
Anderson
Morpheus
Trinity
but reversing it yields a weird result:
============================
Anderson
Morpheus
Trinity
...
1
2
3
..
I would think the reverse sort would just, well, reverse it
exactly?
jquery version is 1.2.1 don't know about the tablesorter version