I have a table with a column with numbers spanning approximately -10 to 10 and some empty columns.
I'd like tablesorter to always put the empty columns at the bottom of the table. Even if I sort ascending or descending.
Like this:
-1
0
2
3
<empty cell>
<empty cell>
or like this:
3
2
0
-1
<empty cell>
<empty cell>
Note that my problem is the same as question 4792426 except that I want empty cells on the bottom both when sorting order is descending and ascending.
Deleting rows is not an option.