Ghislain B.
Ghislain B.
closing since I could not reproduce and the codebase changed a lot since then and will change even more when [Roadmap to v4.0](https://github.com/6pac/SlickGrid/discussions/743) is officially released
This happen when you create the grid inside a container that is hidden. SlickGrid doesn't resize properly when its container is not visible because it cannot calculate the viewport size...
The fact that you are hiding the grid at first is probably the problem. SlickGrid requires the grid to be shown so that it can calculate the viewport size, if...
Like I said earlier, SlickGrid has problem calculating the viewport when the grid is in a hidden container. In your code, try to call the `resizeCanvas` **after** the grid is...
I had to deal with hidden grid today and the best solution is to preset the grid container to `opacity: 0`, which is basically making the grid invisible (but not...
That's exactly what I wanted... to consume the space. My grid has auto-resize enabled and when I was showing the grid (with `display`) it was kinda making the grid jump...
It might be because these `position: absolute`, `display: block` might not be what everyone have as their default?! Is that the `` container that we associate the Grid with? If...
a lot has changed since this issue was opened, we dropped jQueryUI, then jQuery, we migrated to TypeScript and we have a new Alpine Theme... so considering how old this...
I don't fully understand your problem but just want to mention that SlickGrid was written over 10 years ago (before the first iPhone) so it wasn't created with mobile in...
Hey I was googling for something completely different about SlickGrid and felt on this [PR](https://github.com/mleibman/SlickGrid/pull/616) that was closed (never merged I think) on the original SlickGrid fork which does mention...