Sunday, June 21, 2015

Frozen column implementions

Over the years I have created and seen some interesting ways to create frozen columns. Some involved using javascript and some with just css.

To make a fixed or frozen column you typically create a table with a cell that has a cell with position absolute and provide a width.

Example: http://jsfiddle.net/72077p7g/

Another example: http://jsfiddle.net/m5rn687d/

Javascript example:

http://www.fixedheadertable.com/




No comments:

Post a Comment