mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.82k stars 1.98k forks source link

SlickGrid Dissapearing Text in Frozen Column on Horizontal Scroll #1076

Closed stplajay closed 9 years ago

stplajay commented 9 years ago

I have used SlickGrid in my project. Grid contains 30 columns. Initially grid works fine. it has horizontal as well as vertical scroll. I have frozen first column. Issue is that when i scroll it horizontally and reached at right most and then after vertical scrolling frozen column data doesn't display. Any suggestion please help.

before

after

Francks11 commented 9 years ago

Hello @stplajay ,

the original plugin here doesn't support frozen columns and frozen rows.

I think you use this plugin from this fork https://github.com/ddomingues/X-SlickGrid

I have fixed this bug.

You can retrieve the worked code from https://github.com/ddomingues/X-SlickGrid or from my fork here : https://github.com/Francks11/X-SlickGrid

The change : https://github.com/Francks11/X-SlickGrid/commit/a96f15ce9343e81300a5cdd4c11bce531a6f110e :-)

stplajay commented 9 years ago

Hi, thanks for your quick response. I have incorporated the changes and seems working as expected. Thanks once again :)