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?)

3 Replies
evident-indigoOP•9mo 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
other-emerald•9mo 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 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...
evident-indigoOP•9mo ago
Already tried that - couldnt get it to work
Moved off the library as a result. appreciate you trying to help tho @thazalatte