 |
css - how do I create an HTML table with fixed/frozen left column and ...
If you want a table where only the columns scroll horizontally, you can position: absolute the first column, and then wrap the entire table in an overflow-x: scroll block.
stackoverflow.com |
 |