Skip to content

merge frozen row/col features back to main grid? #7

Description

@antonycourtney

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:

  1. 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...
  2. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions