sakhnyuk / rc-scrollbars

React scrollbars component
https://rc-scrollbars.vercel.app/
MIT License
145 stars 14 forks source link

Example with horizontal scrolling table (if possible) #28

Open Svish opened 3 years ago

Svish commented 3 years ago

Considering trying this out for our app, but there's an example I kind of feel is missing. All the current examples seem to all specify both width and height in pixels.

Would this component work without one of them, and the other just being like 100% or just behave like a block filling the horizontal space by default?

Basically we have some wide tables on our website, and I don't want to limit their vertical height, and the width should just be as much as is available in its container. 🤔