Description
SlickGrid is a fully open-source, javascript, client-side grid control, based on jQuery and jQueryUI and compatible with Bootstrap.
The grid is designed to take an external component as a datasource, and that means SlickGrid should be compatible with a wide range of modern data-centric frameworks.
SlickGrid alternatives and similar libraries
Based on the "Spreadsheet" category.
Alternatively, view SlickGrid alternatives based on common mentions on social networks and blogs.
-
SheetJS js-xlsx
📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs -
HANDSONTABLE
JavaScript Data Grid / Data Table with a Spreadsheet Look & Feel. Works with React, Angular, and Vue. Supported by the Handsontable team âš¡ -
Luckysheet
DISCONTINUED. Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source. -
ag-Grid
The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript. -
jexcel
Jspreadsheet is a lightweight JavaScript data grid component for creating interactive data grids with advanced spreadsheet controls. -
MUI X
MUI X is a collection of advanced React UI components for complex use cases. Use the native integration with Material UI or extend your design system. They feature state-of-the-art functionality and complex UX workflows for data-rich applications and support a wide range of use cases. MUI X is open core—base components are MIT-licensed, while more advanced features require a Pro or Premium commercial license. Components: - Data Grid - Date and Time Pickers - Charts - Tree View
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of SlickGrid or a related project?
README
This is the 6pac SlickGrid repo
Check 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.
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 # 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.
SlickGrid 3.x drops jQueryUI requirement
Great news we no longer require jQueryUI in SlickGrid 3.0.0, we removed all associated code and replaced it with SortableJS which is a lot more modern and touch friendly. Please read SlickGrid 3.0 - Annoucement & Migration Wiki for more info.