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

Need a destructor #10

Closed DataTables closed 8 years ago

DataTables commented 11 years ago

Need a destroy function (as simple as that).

twelvedesign commented 10 years ago

Any word on when this might be coming?

DataTables commented 10 years ago

When I get a chance to add it basically - there is no time scale at the moment. I've had to prioritise other work over this. The DataTables paid support would cover this if you want me to prioritise it over other work, or patches are very welcome.

DataTables commented 8 years ago

FixedHeader will listen for the DataTables destroy event which will tidy up its DOM. There are also fixedHeader.enable() and fixedHeader.disable() methods which can be used to enable and disable the component on the fly. I don't think there is any need to destroy the instance without the DataTable, so going to close as fixed.