floatThead v1.3.0 Release Notes

    • ๐Ÿ›  renamed 'useAbsolutePositioning' option to position. value mappings (old -> new) are: [true -> 'absolute', false -> 'fixed', null -> 'auto']
    • ๐Ÿ“‡ renamed 'scrollingTop' to top and 'scrollingBottom' to bottom
    • โœ‚ removed cellTag and debounceResizeMs options
    • โœ‚ removed floatThead-floatContainer class from the $floatContainer because floatThead-container class is already there and it is configurable via floatContainerClass option.
    • โž• added autoReflow option
    • https://github.com/mkoryak/floatThead/issues/235 - fix tabindex of the floated header (thanks robinpoort)
    • ๐Ÿ‘ https://github.com/mkoryak/floatThead/issues/242 - support for multiple tables within a single scrolling div
    • ๐Ÿ‘ป https://github.com/mkoryak/floatThead/issues/246 - enableAria:true causes javascript exception when using Colgroup
    • ๐Ÿ›  fixed getRowGroups, method which was busted when the header was floated
    • ๐Ÿ‘‰ make grunt work in node 0.12