Hello,
I work with jquery tablesorter to display music charts. So i have some columns with artist - song - chart position.
The column chart position contains mainly numbers; but when a song is not listed in the chart is gets the value "-". This creates a sorting problem when i want to sort the column, because the values "-" will be sorted above the numbers.
I get this Michael Jackson Human Nature - Michael Jackson Thriller 1 Michael Jackson Bad 2
But i want first the numbers and sort like this: Michael Jackson Thriller 1 Michael Jackson Bad 2 Michael Jackson Human Nature -
Can somebody help me ? Has it something to do with the datatypes; i use now varchar.
Thanks