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
I have a table in which I can scroll through data (if the list is large). However, in most tables, the scroll extends to both the header and the body. And in my table, I would like only the body to be scrolled.
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
-
I have a table in which I can scroll through data (if the list is large). However, in most tables, the scroll extends to both the header and the body. And in my table, I would like only the body to be scrolled.
For this in the body I use
Tell me how can I avoid this problem?
In my code to build the table, I use the react-table-library library (https://react-table-library.com/?path=/story/getting-started-installation--page)
Beta Was this translation helpful? Give feedback.
All reactions