> Does anyone have an example of how to stripe the data rows? The > default looks like it should be .odd & .even and I am using the blue > theme but nothing is getting striped.
You need to pass the widgets option, try this:
$("table").tablesorter({
sortForce: [0,0],
widgets: ['zebra']
});
It seems that we forgot to document the widgets option, there's always
something :)
I will update tablesorter.com the first thing tomorrow, i really need to get
some sleep.
Regards
Christian

