-
Notifications
You must be signed in to change notification settings - Fork 782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Horizontal Scrolling #396
Comments
@matthewpolkiewiczsc, for a large column table after You can check #331 for |
I am also working on large table. After update to v2.0.0, if I did not set width for certain columns, some columns will mysteriously disappear when I click them to editable mode. So just to be safe, I would advise to set width for every column. |
Like @dannysindra said, it's a restriction on |
You could also set width property in containerStyle to a value greater than 100% |
I'm attempting to use react-bootstrap-table2 for a table with 20+ columns. Is there a way to use react-bootstrap-table2 with so many columns, whether horizontal scrolling or some column header pagination? |
Is there a way to customize whether you want horizontal scrolling? In the first project I used this with, horizontal scrolling would appear if the page went below a certain width. Now in my new project, the cells just become smaller and smaller as you decrease the page width. Is there a setting or css property to change this behavior?
The text was updated successfully, but these errors were encountered: