Problem: Freeze Header and First Column in Table
Try to create a table where the header stays fixed on top and the first column stays fixed on the left while scrolling.
We'll cover the following...
We'll cover the following...
Problem description
You have an HTML table with many rows and columns placed inside a container with limited width
and height
. As the user scrolls vertically, the header row should stay fixed at the top ...