TableHeadFixer
TableHeadFixer copied to clipboard
A jQuery plugin for fix HTML table Head, Foot and Columns
Anyone has come up with the issue of cell freeze left not working for whole cell instead working only for single thead? If anyone has come up with the same...
Hi, The plugin does not work with IE and firefox, on newer versions of firefox it works partially, on older versions it does not work at all, moreover the scroll...
fix some bug from last commit.
This should be published on Bower
I have a table with this layout (5 fixed columns). ``` X ``` When applying the plugin, the generated css is not homogenous for all the columns (in the same...
Upon scrolling horizontally, the border between cells are transparent and one can see the contents moving left/right through the transparent space.
Firefox seems to be ignoring the table width and setting it to 100% which is preventing horizontal scrolling and condensing the width of the columns according to the width of...
In Tablet View Left column is does not fixed andd mobile view its work perfect.
When the Number of Column increases the plugin does not work and just fix the header
I added new settings 'baseClass', 'fixedClass' and 'setBackground'. **baseClass** (String - Standard: "table-head-fixer") Adds a base-class to the elements (left and right) that are selected by 'left' or 'right'. Depending...