Hi,
I have a problems with the JQuery tablesorter plugin.
I use "zebra" widget, but it doesn't work if i have another table in the main table.
$("#selection_table").tablesorter(
{
widgets: ['zebra']
})
if i have another table somewhere in the selection_table
, zebra widget stop working properly.
Is there a way to fix such behavior?
Thanks much