Is it possible to use Pure CSS to lock headers in a thead
element while keeping the entire table variable width and allowing for vertical and horizontal scrolling of the content?
I came across this solution, but it fixes the width of the columns and the table without providing horizontal scroll bars:
Another solution I found is almost perfect, except that horizontal scrolling of the table content is not supported:
Are there any CSS-only solutions available that allow for both vertical and horizontal scrolling of a single table without requiring fixed widths for columns and the table itself?