React version v.16.4.2
Browser:
Report type: Bug Report
I'm using Grid beside SideNavigation.
When SideNavigatio opens and closes the Grids width does not update correctly.
Example project: https://github.com/jEnbuska/react-data-grid_bug-report
Demonstration screenshots:
Initial state before Sidebar closed

State after sidebar closed (Grid width does not update)

State after Sidebar reopened (style: flex-basis: 200px), Grid:s width updates to parents old width

removing react-grid-Container:s inline width style, from developer tools, fixes the issues (at least partially), but is there a way to prevent this from happening in the first place?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please reopen this if you feel it has been incorrectly closed and we will do our best to look into it. Thank you for your contributions.
I would hope this issue re-opened. The problem is also that the while the examples sidebar is opened after being closed the table will actually grow out of the container.
Most helpful comment
I would hope this issue re-opened. The problem is also that the while the examples sidebar is opened after being closed the table will actually grow out of the container.