Open
Conversation
…zen column/row input values based upon the grid options.
The example is missing the jQuery mousewheel plugin dependency
Currently while hovering over any of the frozen row or column panels, the unfrozen pane does not scroll. I changed the mousewheel event to be bound to all the panels, and factored handleScroll so that it is called from handleMousewheel. Here is a breakdown of the functionality changes: 1) scrolling using mousewheel or trackpad works while hovering over any panel 2) maxScrollX & maxScrollY are respected on the unfrozen panel so that the header and other dependent scrolling areas don't bounce around when fast scrolling 3) handleMousewheel now calls _handleScroll 4) onMousewheel event is removed, use onScroll event instead 5) mousewheeling depends on jquery.fn.mousewheel. if it is not loaded, slickGrid falls back to default behavior (mousewheeling only works while hovering over the unfrozen panel)
Adding a separate headerRowSpacer for the right
Adding missing library dependency
Fix for handleMouseWheel setting a negative scrollTop
…o 2.0-frozenRowsAndColumns
(cherry picked from commit 204a6c7)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.