A teacher noted that long tables cause the table header row to scroll off screen, making it harder to keep track of which column is which.
Consider trying to make the table header row be position: sticky, relative to its table, so that scrolling will keep the header row visible until the entire table scrolls away.