How can I make the width of the reactGrid container responsive? #278
Replies: 1 comment
-
This discussion was moved to this issue: #279 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to make the div involving my ReactGrid component responsive, not the sheet but I want to make a side scroll for the user to see the sheet.
I had a function to add new columns, but when I added more columns, the width got so big that it passed the screen.
I want to make a scroll like this:
But my sheet gets this big:
This is the code:
Beta Was this translation helpful? Give feedback.
All reactions