dobtco / jquery-resizable-columns

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

Multiple Row thead #36

Closed samsamet closed 9 years ago

samsamet commented 10 years ago

I have a table which has two rows in the head of the table. The first is for the name of the columns and the second is for searching which has a input in it. I tried to use the plugin but i't didn't resize properly. Is there a way to apply the plugin into just on row? Also will applying the plugin into just one row solves my problem?

Craga89 commented 9 years ago

Try the latest version, it will only match the first <tr> rows <th> or <td> elements now. Also see #37