Frozen cell contents not appended when > 15 cols#68
Open
gcko wants to merge 2 commits intoJLynch7:2.0-frozenRowsAndColumnsfrom
Open
Frozen cell contents not appended when > 15 cols#68gcko wants to merge 2 commits intoJLynch7:2.0-frozenRowsAndColumnsfrom
gcko wants to merge 2 commits intoJLynch7:2.0-frozenRowsAndColumnsfrom
Conversation
added 2 commits
February 7, 2014 14:32
This fixes an issue where the frozen cells show up blank when there is a large number of columns and the user has scrolled horizontally. to reproduce: 1. on one of the example files add ~ 50 columns programatically with perhaps 100 rows (you have to scroll to trigger the virtual rendering). 2. load the page and scroll horizontally towards the end of the list of columns 3. scroll vertically. Note that the frozen column cells remain blank
Author
|
I made a change to one of the example files (you can see it below). It looks as though there are some slight rendering issues still with frozen rows, however it is heavily mitigated by my fix. http://rawgithub.com/gcko/SlickGrid/patch-2/examples/example-frozen-columns-and-rows.html |
|
Awesome. I have this issue too. Good you figured it out. I've been looking into it for a while. |
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.
This fixes an issue where the frozen cells show up blank when there is a large number of columns and the user has scrolled horizontally.
to reproduce: