meetselva / fixed-table-rows-cols

Fixed Table Header and Columns
http://meetselva.github.com/fixed-table-rows-cols/
Other
77 stars 42 forks source link

<input type="text" / > not working inside <td> #23

Open VijaykumarAncher opened 9 years ago

VijaykumarAncher commented 9 years ago

<input type="text" / > not working inside . Headers will occupy full width ,not showing any row. Is it not supported?.

jfcartier commented 8 years ago

Here's an idea (it may not works for you but here it is anyway).

You may want to clone your events too. So, in the library, you could try to .clone(true, true) where .clone is called. Ref : https://api.jquery.com/clone/

jfcartier commented 8 years ago

Also, I've noticed that it can be better to wrap your fxdHdrCol call inside $window.load. I personally use Drupal, and it takes some time to load form events inside views table (for bulk operations).