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

fix: setOptions should call setOverflow when changing frozenColumns #608

Merged
merged 1 commit into from
May 18, 2021

Conversation

ghiscoding
Copy link
Collaborator

@ghiscoding ghiscoding commented May 18, 2021

  • if we change from a regular grid to a frozen grid dynamically by calling setOptions({ frozenColumn: 2 }) then it should call setOverflow to redo the associated css overflow. This PR does just that and prior to this PR the overflow was just reset and sometime the scrolling was showing up on the left section when it shouldn't

@6pac after merging this PR, could you please do another version release since this bug has been affecting our users and I wish to close it once and for all. Thanks a lot 🍻

- if we change from a regular grid to a frozen grid dynamically by calling `setOptions({ frozenColumn: 2 })` then it should call `setOverflow` to redo the associated css overflow. This PR does just that and prior to this PR the overflow was just reset and sometime the scrolling was showing up on the left section when it shouldn't
@6pac 6pac merged commit 4af8c72 into master May 18, 2021
@ghiscoding ghiscoding deleted the bugfix/set-options-frozen-colums branch August 12, 2021 18:34
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

Successfully merging this pull request may close these issues.

2 participants