JLynch7 / SlickGrid

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

Frozen Column Header Scroll Issue #6

Closed BusyWeb closed 12 years ago

BusyWeb commented 12 years ago

I really like your implementation of slickgrid, Frozen Column, Row. After some study, I decided to use your code on my project and seems work fine. However, I found an issue that the Header columns scrolling is stopping at the certain points (but other data rows are scrolling fine >> horizontally). If I remove option FrozenColumns, header column scrolling is fine to the end of the columns. Would you check? I tried to find what ? but could not find the solution from code yet. Thanks

JLynch7 commented 12 years ago

I'm having trouble reproducing this issue. Can you modify one of the examples and cause the same behavior?

BusyWeb commented 12 years ago

Hi, there. After some struggling with code, I found a place that solved my problem. At the code line 270, 271 on slikcgrid.js >>> Append the columnn containers to the headers $headerL = $("

").appendTo($headerScrollerL); $headerR = $("
").appendTo($headerScrollerR);

I updated the width to 20000 (double size), and then worked well without the stopping header scrolling. My project's columns counts are about 80, and thought that there are some limits on the size. Tried to find and update the "Width" props, ha ha ha .. my guess was fortunately right.. ^^;

Thanks for your Frozen column implementation, it is really good solution for my working project and really like it. Thanks again. Jung Yi

-----Original Message----- From: JLynch7 [mailto:reply@reply.github.com] Sent: Thursday, March 01, 2012 5:55 PM To: BusyWeb Subject: Re: [SlickGrid] Frozen Column Header Scroll Issue (#6)

I'm having trouble reproducing this issue. Can you modify one of the examples and cause the same behavior?


Reply to this email directly or view it on GitHub: https://github.com/JLynch7/SlickGrid/issues/6#issuecomment-4278904