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.