Skip to content
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

Table's data columns are not resized until scrolling the content [regression] #1833

Open
rzinnatullin opened this issue Mar 21, 2024 · 0 comments

Comments

@rzinnatullin
Copy link

Bug Report

https://codesandbox.io/p/sandbox/rv-table-x67tnf

What is the current behavior?

Table's data columns are not resized until scrolling the content.
Before:
image

Then after decreasing the Table width:
image
The data columns didn't resize.

Then after scrolling the Table contents:
image
The data columns resized now.

This is a regression, because the same works ok in a previous version.
Reproduces in version: 9.22.5
Works ok in version: 9.18.5

What is the expected behavior?

Table's data columns should resize accordingly to the Table resize.

Browser Chrome 122
OS Windows 11
React 18.2.0
React DOM 18.2.0
react-virtualized 9.22.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant