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

Bug Fixes and Enable/Disable #13

Closed dummey closed 8 years ago

dummey commented 11 years ago

Added an enable/disable/toggle. Concept is to keep a state variable that will disable the update functions from doing any work. The table that is the FixedHeader is then set to invisible. Since there are no updates, the visibility doesn't get reset.

dummey commented 11 years ago

I should of really made the pull request on a branch =(

DataTables commented 11 years ago

Very nice! I'll take a little in a little more details are the changes before pulling it in (which I'm afraid will probably delay me doing so as things are a bit busy at the moment) but this looks great and very useful!

Can I check one thing - I'm planning on changing the FixedHeader license to be the MIT license (in fact DataTables and the other extras will also be changed). This is probably the biggest contribution to FixedHeader, so to check, are you happy for your work here, when pulled in to be available under the BSD 3-point license, GPLv2 (which are the current licenses) and MIT (when I change it over)?

dummey commented 11 years ago

I'm fine with any of the above licenses =D. TBH, unless it is one of my baby's, I am not especially concerned about it.

DataTables commented 8 years ago

Gosh - nearly three year laters. I'm not the best of project maintainers - sorry! FixedHeader has integrated fixedHeader.enable() and fixedHeader.disable() methods now.