You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.