You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's easier to reproduce with developer tools opened. Its harder to reproduce with regular window resize, but also possible. Is there any workaround to manually force columns to resize?
The text was updated successfully, but these errors were encountered:
Open dev tool and resize it to hide half width of the grid
2. Press "F12" to close dev tool. Press "F12" to open dev tool
Expected: all columns should be visible with recalculated widths
Actual: columns widths not changed and right columns not visible:
this patch implements new DataGrid property "disableColumnVirtualization".
In case when we need "auto" columns to fit the grid width we really do not need "column virtualization"
It will be grate to have in new version separate properties for row and column virtualization
Describe the bug
Sometimes columns are not resizing correctly when window is resized.
screen-recording-2023-06-01-at-070912_MDu7szif.mp4
To Reproduce
See video
Expected behavior
Columns resizing correctly.
Environment
react-data-grid
version:7.0.0-beta.31
react
/react-dom
version:18.2.0
Additional context
It's easier to reproduce with developer tools opened. Its harder to reproduce with regular window resize, but also possible. Is there any workaround to manually force columns to resize?
The text was updated successfully, but these errors were encountered: