I'm struggling to get two fixed columns and headers using a HTML table + scrollable body. I've searched a lot and found these approaches:
- this (only 1 fixed column/header)
- and this (only 1 fixed column/header; no table markup)
- and I've also created my own solution using a library, which works fine, but I don't like how the html table tag markups getting messed up & moreover initializing the
colModal
is not that good since I've a dynamic amount of columns.
Since I am not satisfied with any of these solutions, I would like to know if there is a chance to get this job done only using CSS?