T
TanStack12mo ago
unwilling-turquoise

Horizontal Scroll

Hi - is there a way to make a horizontal scrollbar for the table visible at all times, and show immediately below the table (rather than relying on the horizontal scroll being at the bottom of the browser?)
No description
3 Replies
unwilling-turquoise
unwilling-turquoiseOP12mo ago
This seems to require virtualization, and I cant get the horizontal scroll to appear without rounded edges. is this correct? this virtualization stuff seems extremely error prone @Tanner Linsley
flat-fuchsia
flat-fuchsia12mo ago
Pretty sure this is a CSS issue and not the table library but you didn't show much in your screenshot. I'm guessing you are just looking for the
overflow-x: auto
overflow-x: auto
property as shown here: https://stackoverflow.com/a/50620926 but correct me if you are looking for something else
Stack Overflow
Responsive table scroll with CSS only
I have created a responsive table and behavior is, by default the table would be floated to right and when scrolled to left content table will start from left but have the same padding from right w...
unwilling-turquoise
unwilling-turquoiseOP12mo ago
Already tried that - couldnt get it to work Moved off the library as a result. appreciate you trying to help tho @thazalatte

Did you find this page helpful?