diff --git a/README.md b/README.md index c991c3a..3aaff61 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.