My issue is that when I try to resize the columns in tablesorter, they snap back into place. The column width set with resizable_widths
does not apply correctly until a column is manually resized. Despite setting the width of all cells to 120px, any cells containing text longer than this cause snapping issues.
You can view an example on JSFiddle https://jsfiddle.net/L614kyeh/
When attempting to resize the Columxyz
column, the Name
Column shrinks. How can I prevent this behavior? I have tried using !important
in the cell widths, but it has no effect.
If I enable resizable: true
, it only snaps during the initial visit to the site. Subsequent visits remember the column width. However, I need it to function correctly from the start.
I am hopeful someone can provide assistance with this issue. Cheers!