TableHeadFixer icon indicating copy to clipboard operation
TableHeadFixer copied to clipboard

A jQuery plugin for fix HTML table Head, Foot and Columns

Results 36 TableHeadFixer issues
Sort by recently updated
recently updated
newest added

Fixed right column `z-index` problem, missing `solveRightColspan` function (#46), and case where `thead` contains multiple rows (#24).

Hi, As i am started using your plugin in my website which is working fine in chrome but in firefox and IE header start flickering(up and down) while scrolling. Help...

Hi @lai32290 , I found a little bug in your TableHeadFixer. It works perfect in Chrome and firefox. but The fixing head or the fixing column will slight shaking while...

Hello, i'm trying to use TableHeadFixer with bootstrap DataTable plugin. Setup: head and first 2 columns (of 10) fixed. I've a problem: headers of fixed columns scroll to left instead...

I had an issue with fixing table columns, so I forked this repo and do some enhancement. It will be pleasure for me to contribute to your project

Hello, Just wondering, will the latest version of your plugin be published on npm? I found the following entry while searching for it, but it seems to be an outdated...

When fixing right columns, there is an error produced like undefined solveRightColspan - solveRightColspan function changed to solveRightColspanHead function

Hi, Love your plugin !! I have noticed that the header disappears in Windows 10 Chrome (69.0.3497.92 64 bit). Visit the page: https://www.jqueryscript.net/demo/jQuery-Plugin-For-Fixed-Table-Header-Footer-Columns-TableHeadFixer/examples/fixHeader.html to duplicate. Thank you for your attention......

the performance issue occurs when table rows is larger than 1000

如標題,在tbody 加入 後,表格無法按照設定的格式呈現,再麻煩能幫忙看看是什麼問題,謝謝 $(document).ready(function () { $("#fixTable").tableHeadFixer({ "head": true, "left": 2 }); });