DataTables / FixedHeader

Fix the header, footer, left or right columns of a table in place, to always show them when scrolling
http://www.datatables.net/
Other
75 stars 83 forks source link

Calling the '_unsize' function when the headers are re-cloned ... #77

Closed Mactory closed 8 years ago

Mactory commented 8 years ago

... to remove the width definitions from the cells.

This way the cell with is redetermined by the original table before the cells are re-cloned for the header, allowing a shinking of the cells.

Works for me only in conjunction with pull request #75. But as the original functionality of _unsize could be correct I put this fix in a different Pull Request.

Fixes #76

DataTables commented 8 years ago

Thanks for the PR! I closed #76 thinking I was replying to this - oops. I've committed a similar fix in e9e4a93530ac2d7dfda207076765b49aa78dc6a0.