Skip to content

maheskrishnan/HTML-Fixed-Table-Header

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple jQuery based solution for fixed Header HTML tables.

this is the solution outline.

  • clone the table which needs to have fixed header and place the cloned copy on top of original
  • remove the table body from top table
  • remove the table header from bottom table
  • adjust the column widths. (we are remembering the original column widths)

here's the demo - http://gomathikrishna.net/demos/scroll.html

this solution works in chrome & ie. since this is based on jquery this should work in other jquery supported browsers as well.

About

HTML fixed table header with jquery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published