TableHeadFixer
TableHeadFixer copied to clipboard
A jQuery plugin for fix HTML table Head, Foot and Columns
I am trying to make the head and column fixed and unfixed when user clicks on a checkbox. It works,the code for onclick is $("#testTable").tableHeadFixer({'left' : 2, 'head' : true});...
I have a table with two fixed left columns and a fixed header. Whenever I rowspan the left most column, I get three (not only 2) fixed left columns; the...
I am trying to use two tables on one page. Nested inside a bootstrap grid row of two columns. The table ID can't be used twice on one page. I...
Uncaught TypeError: Cannot read property 'left' of null tableHeadFixer.js?body=1:247 Check that the "cell" variable actually contains something before calling a method on it. It broke my page's JS when my...
Awesome plugin – works good here, thank you! But did you consider to add window scrolling instead of having a fixed container height? See this example please: http://mkoryak.github.io/floatThead/examples/bootstrap3/ Would be...
Scrollbars are always shown, even if not needed. I think this could be solved by changing css property from 'scroll' to 'auto'