Sometimes you would like to have a nice table to navigate data with the header fixed on top while scrolling. There are many Javascript dataGrid component out there to do this but sometimes you just don’t need all those features. So I have wrote a jQuery plugin to create a fixed table header on a normal HTML table. It’s called Stupid Fixed Header .
I called it ‘stupid’ because it does so many things to achieve this little effect:
- create extra divs to wrap table up
- cloning current table header