jQuery with tablesorter (applying zebra widget)
I'm using tablesorter with jquery and I have a table which has Zebra widget.
Every td of this table has an input and I set my parser to read the value of this field to start sorting. Ok, it's working fine.
But, when I change the value of an arbitrary field and click on header to sort the table, it loses its zebra widget. The lines become colored with wrong colors (odd and even wrong).
I tried to call the "applyWidgetId" trigger.. but it doesn't anything.
Does anyone knows what can I try???