I am attempting to create a unique table design where the left columns remain fixed while the right columns scroll horizontally. Additionally, I want the header of the table to stay fixed as the user scrolls down. Although I have found solutions for fixing one column, my goal is to have a table that can scroll like this:
column1 column2 column3 column4 | column5 column6 column7
------------------------------- |------------------------
|
//body and header are fixed | //only body and header can scroll
//when scroll down | //horizontally, fixed while scrolling
| //down