Nevermind, I used CSS width property to set the width of the table
cell.
But, I'm still confused as to what widthFixed is supposed to do.
Anyone have any explanation?

Thanks!

On May 28, 3:12 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> 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

Reply via email to