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

Frozen cell contents not appended when > 15 cols #68

Open
wants to merge 2 commits into
base: 2.0-frozenRowsAndColumns
Choose a base branch
from

Commits on Feb 7, 2014

  1. Frozen cell contents not appended when > 15 cols

    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
    Jared Scott committed Feb 7, 2014
    Configuration menu
    Copy the full SHA
    f09751b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2014

  1. Updating example cols and rows to show expected output

    Jared Scott committed Feb 18, 2014
    Configuration menu
    Copy the full SHA
    51a4bcb View commit details
    Browse the repository at this point in the history