Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ many modern Enterprise grid features.
SpreadJS is a serious product but the documentation and samples organization is complex.
* [TanStack Table](https://tanstack.com/table/) - The most downloadable data grid component over npm! It has packages for Vanilla JS, React, Angular, Vue and other frameworks.
But it does not provide styling.
* [Tabulator](http://tabulator.info/) - Free JavaScript Table library with many features. It has integrations with Angular, React and Vue.
* [Tabulator](http://tabulator.info/) - Free JavaScript Table library with many features. It has integrations with Angular, React and Vue.
* [Toolbox Grid](https://toolboxjs.com) - Free Javascript datagrid webcomponent written in Typescript, almost as feature complete as AG Grid - missing only charting and excel formulas.

## Specific Libraries
### React
Expand All @@ -51,15 +52,18 @@ But it does not provide styling.
* [react-smart-data-table](https://github.com/joaocarmo/react-smart-data-table) - Light React data table.
* [Smart Grid](https://mukuljainx.github.io/smart-grid/) - Light React grid with several features.
* [BaseTable](https://autodesk.github.io/react-base-table/) - React grid library from Autodesk.
* [Toolbox Grid](https://toolboxjs.com) - Free Javascript datagrid React adapter, almost as feature complete as AG Grid - missing only charting and excel formulas.

### Vue.js
* [vue-table](https://github.com/ratiw/vue-table) - Vue.js component that will automatically request (JSON) data from the server and display it nicely in a html table with swappable/extensible pagination component.
* [vue-tables](https://github.com/matfish2/vue-tables) - Small table component on Vue.js.
* [Vuetiful Datatable](https://github.com/andrewcourtice/vuetiful) - Vuetiful is a component framework written on Vue.js. Although it does not have documentation, site and even link with samples - it is still interesting. Link on [DataTable](http://codepen.io/andrewcourtice/full/woQzpa)
* [DevExtreme Vue Grid](https://devexpress.github.io/devextreme-reactive/vue/grid/) - High-performance plugin-based Vue data grid
* [Toolbox Grid](https://toolboxjs.com) - Free Javascript datagrid Vue 3 adapter, almost as feature complete as AG Grid - missing only charting and excel formulas.

### Angular
* [IgxGrid](https://www.infragistics.com/products/ignite-ui-angular) - A complete and high-performance Angular data grid by Infragistics. Supports virtual scrolling, sorting, filtering, grouping, editing, export, drag & drop, and responsive design. Ideal for enterprise-grade Angular applications.
* [Toolbox Grid](https://toolboxjs.com) - Free Javascript datagrid Angular adapter, almost as feature complete as AG Grid - missing only charting and excel formulas.

### jQuery
* [appendGrid](http://appendgrid.apphb.com/) - The dynamic table input jQuery plugin. It has basic features. The design looks old.
Expand Down