JLynch7 / SlickGrid

A lightning fast JavaScript grid/spreadsheet

Home Page:https://github.com/jlynch7/SlickGrid/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data disappear at frozen column by Scroll Event.

CaesarGoodsu opened this issue · comments

In case of branch "2.0-frozenRowsAndColumns"
Data disappear at frozen column, by User Scroll Event.

The cause can be found in the following code.
In "appendRowHtml" function between L.1935 and L.1948,
call "appendCellHtml" function three times by
L.1942
L.1944
L.1947
at last case,parameter "d" is missing.

+1 for merging this into the fork