This is the 6pac SlickGrid repo
Check out the NEW SlickGrid Website! http://slickgrid.net/
This is the acknowledged most active fork of SlickGrid.
It aims to be a viable alternative master repo, building on the legacy of the mleibman/SlickGrid master branch, keeping libraries up to date and applying, safe core patches and enhancements to keep the project up to date.
The project extends on the SlickGrid foundation while also including the following changes
- merged X-SlickGrid project into the lib which brought Frozen Columns/Rows
- removed jQueryUI requirement in v3 (replaced it by SortableJS)
- removed jQuery requirement in v4
- modernized the project in v5 by migrating to TypeScript, we added ES6/ESM build targets and a new Alpine Theme
Examples
Check out the Examples Wiki for a full list of examples demonstrating new features and use cases, such as dynamic grid creation and editors with third party controls.
Also check out the Wiki for news and documentation.
E2E Tests with Cypress
We are now starting to add E2E (end to end) tests in the browser with Cypress. You can see here the list of Examples that now have E2E tests. We also added these tests to the GitHub Actions Workflow to automate certain steps while making sure any new commits aren't breaking the build/test. It will basically run all the E2E tests every time someone pushes a Commit or a Pull Request.
We also welcome any new contributions (tests or fixes) and if you wish to add Cypress E2E tests, all you need to do is to clone the repo and then run the following commands
npm install
npm run serve
npm run cypress
Once the Cypress UI is open, you can then click on "Run all Specs" to execute all E2E browser tests.
Migrations
SlickGrid | Migration Guide | Description |
---|
3.x | Announcing v3.0 | dropping jQueryUI requirement and replaced it with SortableJS which is a lot more modern and touch friendly |
4.x | Announcing v4.0 | dropping jQuery requirement, SlickGrid is now using browser native code |
5.x | Announcing v5.0 | project modernization, added TypeScript with ES6, ESM builds and added a new Alpine Theme |