JLynch7 / SlickGrid

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

Data disappear at frozen column by Scroll Event. #66

Open CaesarGoodsu opened 10 years ago

CaesarGoodsu commented 10 years ago

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.

marbetschar commented 9 years ago

+1 for merging this into the fork