-1

I have an HTML <table> that is both wide and tall. Because it requires both horizontal vertical scrolling, I would like to use jQuery to float the column headers (<thead>) AND the row headers (<th> tags in the <tbody>).

There seem to be plenty of plugins that do the <thead> (such as this), but are there any that do both column and row headers?

Note that I am not looking for a plugin that adds scrollbars to the sides of my table. I want the headers to float if they scroll off the browser window.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
anon
  • 4,578
  • 3
  • 35
  • 54
  • possible duplicate of [HTML table with fixed headers and a fixed column?](http://stackoverflow.com/questions/684211/html-table-with-fixed-headers-and-a-fixed-column) – Blazemonger Nov 14 '11 at 18:37
  • @mblase75 - I'm not looking for a solution that adds scrollbars to the table. I have edited my question to clarify. – anon Nov 14 '11 at 19:19

1 Answers1

1

http://meetselva.github.io/fixed-table-rows-cols/

Is a jQuery plugin that fits the bill perfectly!

anon
  • 4,578
  • 3
  • 35
  • 54