-
Notifications
You must be signed in to change notification settings - Fork 289
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
Column pure rendering with resize issue #533
Milestone
Comments
stepanvanzuriak
changed the title
Column pure rendering and column resize issue
Column pure rendering and resize issue
May 19, 2020
stepanvanzuriak
changed the title
Column pure rendering and resize issue
Column pure rendering with resize issue
May 19, 2020
Thanks for filing, the codesandbox is very helpful! It looks like our pureRendering logic causes cells to not re-render when only the width is changed. I'll take a look and see if it can be fixed. |
wcjordan
added a commit
that referenced
this issue
May 20, 2020
This happens if the resize also causes a scroll
7 tasks
Put a fix up for PR w/ #535 |
wcjordan
added a commit
that referenced
this issue
May 27, 2020
This happens if the resize also causes a scroll
7 tasks
wcjordan
added a commit
that referenced
this issue
May 27, 2020
This fix is now released w/ v.1.1.1 |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you use pure rendering and column resize some columns may become unacceptable for scrolling
Current Behavior
Wrong resize when column use pure rendering
Steps to Reproduce (for bugs)
Codesandbox: https://codesandbox.io/s/zealous-hofstadter-bb9bf?file=/src/App.js
The text was updated successfully, but these errors were encountered: