Open rajbits opened 10 years ago
Hi Raj,
I am also facing same issue..when no.of columns are more than 23 then first column(Frozen column) data is not rendering if I scroll horizontally and vertically.
Any thoughts on this...?
Thanks, Srini
Hi Srini,
I have not been able to successfully fix the behavior. Have moved on to other implementations (HandsonTable).
Thanks, Raj
No Raj,
Still I am trying to fix this..
Hi Raj,
Finally it's fixed..
Resolution: In slick.grid.js add below mentioned code.
} else if (( options.frozenColumn > -1 ) && ( i <= options.frozenColumn )) { appendCellHtml(stringArrayL, row, i, colspan); //Remove this line appendCellHtml(stringArrayL, row, i, colspan, d); //Add this line }
May be this will be helpful...
Thanks, Srini
wow, thats great! Will try that fix. Thanks so much!
You are WC
I am using slickgrid (its great btw), and trying to use frozenColumn. It seems to work if there are limited number of columns, if the number of columns are more than 20, it seems to blank out. Please refer to the image.
!http://i.imgur.com/FbWMSjk.png
<html> <head> <title>Activities Grid test</title> <style>
container
</html>