Skip to content

2.0 frozen rows and columns#1

Open
helloqhx wants to merge 207 commits intohelloqhx:masterfrom
JLynch7:2.0-frozenRowsAndColumns
Open

2.0 frozen rows and columns#1
helloqhx wants to merge 207 commits intohelloqhx:masterfrom
JLynch7:2.0-frozenRowsAndColumns

Conversation

@helloqhx
Copy link
Owner

No description provided.

JLynch7 and others added 30 commits December 24, 2012 11:26
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 issue #52 'onBeforeHeaderRowCellDestroy event triggered to late' #52
Fix for handleMouseWheel setting a negative scrollTop
Table with frozen column shift to the left in Chrome and Safari
(cherry picked from commit 204a6c7)
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.

5 participants