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

Column visibility #18

Closed DataTables closed 8 years ago

DataTables commented 11 years ago

The cloning of the header / footer is a bit of a pain to occur more than once. I've implemented a cloneOnDraw option ( see #17 ) but this seems a bit crap, since a clone would still be needed on column visibility changes. What would be much much better is to ditch the cloneOnDraw, and have the clone occur only once. Then we could listen for the new column-visiblity event from DT 1.10 and modify the header / footer as needed.

DataTables commented 8 years ago

No longer an issue as of v3.