DevExpress / devextreme-reactive

Business React components for Bootstrap and Material-UI
https://devexpress.github.io/devextreme-reactive/
Other
2.07k stars 376 forks source link

VirtualTable row with word wrap causes a rendering glitch #3583

Closed CamJohnson26 closed 1 year ago

CamJohnson26 commented 1 year ago

Is there an existing issue for this?

I'm using ...

React Grid

Current Behaviour

Currently if a column has word wrap enabled and the text to display in that row is above a certain size, it causes you to not be able to scroll past that row. If you do, it triggers an infinite refresh in React.

Expected Behaviour

Rows should be smoothly scrollable, regardless of their height, and shouldn't kick off an infinite rerendering glitch.

Steps to Reproduce

https://codesandbox.io/s/dazzling-cloud-t1upyt?file=/src/App.js

Try to scroll past "Super long details". The virtual table keeps jerking the row back to the top of the screen

Environment

Krijovnick commented 1 year ago

@CamJohnson26 We have already registered and fixed the same issue. The fix will be available in the next release.

CamJohnson26 commented 1 year ago

Thanks @Krijovnick