Ghislain B.

Results 465 comments of Ghislain B.

@songjiqiang I took a quick look at this and the problem is because with the frozen the grouping row is actually on 2 different container (1x left container and 1x...

@Hunt05 It would be **really helpful** if you could create a Pull Request with a new Examples combining the 2 features, we could then close this issue. It has been...

I saw but unfortunately, that doesn't seem to fix the issue if we put the freeze on first column, `frozenColumn: 0` Did I miss something? I'd be interested to know...

Just to clear, you don't have a fix for this opened issue then? correct?

Do you mean cell colspan? I don't see that in your example, can you maybe make a print screen of what you mean?

Unfortunately, you can't change how columns are being hidden/shown, if you do that will be a **major** breaking change and will break many user's grids including all my libs. I...

That code is not bullet proof and should be rewritten a bit to avoid throwing errors, something like this maybe. ```js var columnIdx = getColumnIndex(col.columnId) || -1; var column =...

I would say Yes disregard columns that don't exist at least until someone takes the time to add something like `allColumns` that I've talked before.

You are most welcome to create a PR to add the `allColumns`, the GridMenu also uses the same code as ColumnPicker to show all columns, in my libs I a...

this should be fixed by #765 and released under the new [v4.0.0-beta.0](https://github.com/6pac/SlickGrid/releases/tag/4.0.0-beta.0), so it should be safe to close this issue