-
Notifications
You must be signed in to change notification settings - Fork 934
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
TableResize - when changing window size resizers moving wrongly or do not move. #1164
Comments
Looks like a bug to me, thanks for reporting! Let's see how the other PR you have up for resizing goes first, and then I think it'll make sense to tackle this one. |
@gabrielliwerant - should I send PR for this one already? |
@domind Hm, that might be awkward if it depends on the unmerged PR up now. If so, it's probably best to wait until after that one is released. |
Tested it on my end, and it does not depend, so will pass PR for this. |
This has been resolved as of version 3.0.1 of the library. You can see an example here: https://codesandbox.io/s/muidatatables-custom-toolbar-zomv5?file=/index.js |
TableResize - when changing window size resizers moving wrongly or do not move.
Expected Behavior
It should move accordingly to window size changes.
Current Behavior
Steps to Reproduce (for bugs)
You can check it in this sandbox
Your Environment
If you confirm that it should be fixed, can write PR, as seems that this will require only some deletion of code in setDividers function.
The text was updated successfully, but these errors were encountered: