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
Hi, I just can't manage to create a table with a fixed header and scrollable body. Either everything is fixed or the header also moves.
What I did is: overflow-hidden the table, and overflow-auto the body. Am I missing something?
Here is my code:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I just can't manage to create a table with a fixed header and scrollable body. Either everything is fixed or the header also moves.
What I did is:
overflow-hidden
the table, andoverflow-auto
the body. Am I missing something?Here is my code:
Beta Was this translation helpful? Give feedback.
All reactions