I am using the Tablesorter plugin and it works great. Currently, I achieve table scrolling using a div wrapper. Is it possible to make the table scroll, keeping the headers visible while scrolling and not using any divs?
+2
A:
Try this CSS, adjusting the height to suit:
tbody{height: 4em; overflow: scroll}
Example: http://jsbin.com/ofice
graphicdivine
2010-01-22 11:44:35