A lightning fast JavaScript grid/spreadsheet
npm install @bokeh/slickgridCheck out the NEW SlickGrid Website! http://slickgrid.net/
This is the acknowledged most active non-customised 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 small, safe core patches and enhancements without turning into a personalised build.
Check out the Examples for 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.
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
``bash``
npm install # install all npm packages
npm run serve # run a local http server on port 8080
npm run cypress # open Cypress tool
Once the Cypress UI is open, you can then click on "Run all Specs" to execute all E2E browser tests.