Skip to content
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

fixed column resize bug #65

Closed
vtarelkin opened this issue Jul 2, 2020 · 9 comments
Closed

fixed column resize bug #65

vtarelkin opened this issue Jul 2, 2020 · 9 comments

Comments

@vtarelkin
Copy link

https://codesandbox.io/s/kowzlm5jp7?file=/index.js:281-310

please resize first column to the left to make it small
scroll left and right over the middle part of the table and view the middle part appears on the left fixed side of the table

@CRGavrila
Copy link

In this "left" prop style of second column should increase/decrease with width of first column.
In general, "left" prop style for fixed columns after the resized column should increase/decrease with the difference of (initial width - final width)

@vtarelkin
Copy link
Author

vtarelkin commented Jul 7, 2020

any quick fix?) @GuillaumeJasmin please, take a look

@CRGavrila
Copy link

CRGavrila commented Jul 7, 2020

something like this: #66

@vtarelkin
Copy link
Author

vtarelkin commented Jul 8, 2020

something like this: #66

sorry for dumb question, but how can I change it for all the people involving in the project - not in node_modules?

@vtarelkin
Copy link
Author

@CRGavrila please, take a quick look ;-)

@GuillaumeJasmin
Copy link
Owner

Hi !
Thanks for your feedback and PR.
I will check it in detail very soon

@vtarelkin
Copy link
Author

@GuillaumeJasmin I check it every day)

GuillaumeJasmin added a commit that referenced this issue Jul 13, 2020
@GuillaumeJasmin
Copy link
Owner

fixed as of v2.3.2

@vtarelkin
Copy link
Author

@GuillaumeJasmin @CRGavrila excellent, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants