When you scroll a web page with a table on it, the column headings scroll out of view. Even though HTML provides thead and tbody elements for dividing a table into the heading and body sections, CSS ...
For some strange reason, having an HTML table where the content is scrollable but the headers stay fixed is really hard. There are many solutions out there but they all seem to have nasty side-effects ...