I'm dealing with a table that allows users to add new columns, resulting in variable widths. How can I keep the header fixed for this type of table?
My attempted solution:
display:block
overflow-x:hidden
overflow-y:auto
height:70%
Incorporating this into the table body yielded partial success.