JLynch7 / SlickGrid

A lightning fast JavaScript grid/spreadsheet
https://github.com/jlynch7/SlickGrid/wiki
MIT License
89 stars 76 forks source link

Frozen cell contents not appended when > 15 cols #68

Open gcko opened 10 years ago

gcko commented 10 years ago

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
gcko commented 10 years ago

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

spidergeuse commented 10 years ago

Awesome. I have this issue too. Good you figured it out. I've been looking into it for a while.