Ghislain B.

Results 465 comments of Ghislain B.

closed by #771, to be released in upcoming [Roadmap to v4.0](https://github.com/6pac/SlickGrid/discussions/743)

I think the last time I encountered that was when I forgot to unsubscribe some events and that was causing some issues after changing to another page with a grid.

You're right in saying that you shouldn't test the table, you should mock it and you're not. For my unit tests, I do something like below, the only real thing...

Since this issue was opened a while ago, the entire structure of the project changed, we removed jQuery/jQueryUI and now use SortableJS. We also recently migrated to TypeScript so the...

Contributions are welcome, you might be able to do that already with `grid.setColumns(yourColumns)`

we won't be supporting Column Name lazy loading, however our upcoming v4.0 will be written in vanilla JS code and should improve performance, see [Roadmap to v4.0](https://github.com/6pac/SlickGrid/discussions/743)

I think this issue was fixed by latest PR #447 @coreConvention could you confirm

I assume this is fixed by PR #447, feel free to reopen if this is still a bug

like @6pac mentioned, we don't really update Wikis but we have many [Examples](https://github.com/6pac/SlickGrid/wiki/Examples) covering all features, there's also [Stack Overflow](https://stackoverflow.com/questions/tagged/slickgrid) that you can search which has many SlickGrid questions and...

closing since I don't think this is needed 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 soon to be released