I am using slickgrid-es6 for a new project; working great so far -- many thanks for the work to modernize and package this up!
For my specific project, I'd really like to freeze the first column. After reading through docs / examples I attempted to simply change new Slick.Grid(...) to new Slick.FrozenGrid(...) in my code. The code ran without exceptions, but the grid was no longer rendered. A bit of digging suggested this is because I am using grid.resizeCanvas(). It looks like FrozenGrid is based on a fork of an older version of SlickGrid that didn't support canvas resizing in the same way...
Before I invest too much time into adapting to this older grid style, two quick questions:
- Is it known / documented anywhere at what point FrozenGrid / X-SlickGrid forked from SlickGrid and what features will be missing? I'm a bit concerned that better resizing won't be the only missing feature / bug fix if I use FrozenGrid instead of Grid...
- Any plan / hope / interest in merging the frozen row / columns features back in to the main
Slick.Grid? The repository for X-Slickgrid credits JLynch's earlier fork for this feature, so maybe this could be merged in independently of the rest of X-SlickGrid?
I am potentially up for helping with this if there's interest and depending on what's involved.
Thanks
I am using slickgrid-es6 for a new project; working great so far -- many thanks for the work to modernize and package this up!
For my specific project, I'd really like to freeze the first column. After reading through docs / examples I attempted to simply change
new Slick.Grid(...)tonew Slick.FrozenGrid(...)in my code. The code ran without exceptions, but the grid was no longer rendered. A bit of digging suggested this is because I am usinggrid.resizeCanvas(). It looks likeFrozenGridis based on a fork of an older version of SlickGrid that didn't support canvas resizing in the same way...Before I invest too much time into adapting to this older grid style, two quick questions:
Slick.Grid? The repository for X-Slickgrid credits JLynch's earlier fork for this feature, so maybe this could be merged in independently of the rest of X-SlickGrid?I am potentially up for helping with this if there's interest and depending on what's involved.
Thanks