I'm encountering a weird issue with SlickGrid.
I have a grid with a size of 1000px by 500px which has a title column that is frozen (with the JLynch7 branch). This works fine.
If I have 17 columns instead of 16, then when I scroll to the right and then scroll down, the frozen title column cell text dissapears on some of the rows.
If I increase the size of the grid to 1100px by 500px, then 17 columns works fine and 19 columns recreates the issue.
It seems like this has something to do with the size of the grid and the columns, and SlickGrid only keep track of a certain number of cells or something like that.
Edit: Note that decreasing the width of each column has a similar effect as increasing the size of the grid