Ok so after actually testing if the patch mentioned in that other posting fixes this problem, I can safely say that it does fix my issue :)
On May 27, 12:21 pm, Matt Brown <matt.br...@citrix.com> wrote: > With a tablesorter config that looks something like this: > > $("#table").tablesorter({ > cssHeader: "sortAble", > cssAsc: "sortAsc", > cssDesc: "sortDesc", > headers: {3: {sorter: 'time'}}, > sortList: sortOrder, > widgets: ['zebra'], > widgetZebra: { css: ['','alt'] }, > debug: true > > }); > > The alternating row style is not applied to the odd/even rows on the > initial display of the table. If a user clicks any of the headers to > change the sort-by column, or to change the sort-order, then the > striping is applied. > > Does anyone know what might cause this? I'm using jQuery 1.3.2 and > tablesorter 2.0.3. > > Searching the list for "tablesorter zebra", I found mention of needing > to patch tablesorter 2.0.3 for 1.3.2 (http://groups.google.com/group/ > jquery-en/browse_thread/thread/ecd890538837818b/3166d5b2b9b5cf72? > hl=en&lnk=gst&q=tablesorter+zebra#3166d5b2b9b5cf72) - does this still > apply? > > Thanks