dobtco / jquery-resizable-columns

Resizable table columns for jQuery.
http://dobtco.github.io/jquery-resizable-columns
535 stars 170 forks source link

Resizing does not work as expected when first column is fixed (data-noresize) #60

Open zussel opened 8 years ago

zussel commented 8 years ago

Hi!

When I add the 'data-noresize' attribute to the first column, I can still resize all other columns but the behavior is like clicking on the nth column border and moving the n-1 column border.

To reproduce move the 'data-noresize' attribute in your demo table from the last column to the first column.