bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data
http://bvaughn.github.io/react-virtualized/
MIT License
26.1k stars 3.05k forks source link

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

Open rzinnatullin opened 3 months ago

rzinnatullin commented 3 months ago

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