Hi folks, I'm playing around with the Tablesorter plugin and I'm a little confused about the widthFixed property. I downloaded and included the Dimensions plugin and set widthFixed to true like so:
/* Table Sorter */ $("#mytable").tablesorter({ widthFixed: true, widgets: ['zebra'], sortList: [[3,0]] }); Everything works, except that the width of the columns keeps getting wider to accommodate long text. Any ideas how to prevent the columns from widening, and instead "wrap" the text inside each cell. Thanks, Konstantin