I recently released a new floating header plugin that works with datatables out of the box. The reason I wrote yet another plugin that floats the headers was because none of the existing plugins met my goals:
- minimally intrusive to your DOM, styles and events
- works on any table
- allows full page scrolling and x/y internal scrolling
- doesnt create invalid HTML
- good datatables support (because i use datatables)
Right now the plugin is in early beta, but if you want to see some demos you can do so here:
http://programmingdrunk.com/floatThead/
github: https://github.com/mkoryak/floatThead
Its still evolving, and feedback is welcome.
- minimally intrusive to your DOM, styles and events
- works on any table
- allows full page scrolling and x/y internal scrolling
- doesnt create invalid HTML
- good datatables support (because i use datatables)
Right now the plugin is in early beta, but if you want to see some demos you can do so here:
http://programmingdrunk.com/floatThead/
github: https://github.com/mkoryak/floatThead
Its still evolving, and feedback is welcome.