From 5f94589c41fd4dbed8c49b701627c032c5c910cd Mon Sep 17 00:00:00 2001 From: Chris Spilka Date: Sun, 3 Nov 2024 23:14:05 +0100 Subject: [PATCH 1/2] Add Handsontable - Data Grid - Added Handsontable data grid - Removed chai-enzyme with last commit 6 years ago. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dda824..fdd5363 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ Please review our [contributing guidelines](https://github.com/brillout/awesome- - [fortune-sheet](https://github.com/ruilisi/fortune-sheet) - An online spreedsheet component that provides out-of-the-box features just like Excel. - [AG Grid](https://github.com/ag-grid/ag-grid) - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components. - [gigatables-react](https://github.com/GigaTables/reactables) - Sorting, pagination/infinite scroll, global/column search, AJAX CRUD, and more. +- [Handsontable](https://github.com/handsontable/handsontable) - Data Grid with spreadsheet-like UI supporting React, Angular, TypeScript and JavaScript. - [MUI X Data grid](https://github.com/mui/mui-x) - [demo/docs](https://mui.com/x/react-data-grid/) - Fast and customizable data grid with advanced features for power users and complex use cases. - [react-data-grid](https://github.com/adazzle/react-data-grid) - Excel-like grid. - [revo-grid](https://github.com/revolist/revogrid) - [demo/docs](https://revolist.github.io/revogrid/) - Powerfull Data Grid for React / AngularJS / Vue / Web Components with advanced customization. @@ -1013,7 +1014,6 @@ _Internationalization / L10n / localization / translation_ ### Test -- [chai-enzyme](https://github.com/producthunt/chai-enzyme) - Chai.js assertions and convenience functions for testing React Components with enzyme. - [enzyme](https://github.com/airbnb/enzyme) - JavaScript Testing utilities for React. - [jest-cli](https://github.com/facebook/jest) - Painless JavaScript Testing. - [react-unit](https://github.com/pzavolinsky/react-unit) - Lightweight unit test library for ReactJS. From f0915bbc8b401516c794bc7d6a98c9788c784568 Mon Sep 17 00:00:00 2001 From: Chris Spilka Date: Sun, 3 Nov 2024 23:18:21 +0100 Subject: [PATCH 2/2] Updated the README - Handsontable Revised the listing to align more closely with the contributing guidelines. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdd5363..fd247d2 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Please review our [contributing guidelines](https://github.com/brillout/awesome- - [fortune-sheet](https://github.com/ruilisi/fortune-sheet) - An online spreedsheet component that provides out-of-the-box features just like Excel. - [AG Grid](https://github.com/ag-grid/ag-grid) - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components. - [gigatables-react](https://github.com/GigaTables/reactables) - Sorting, pagination/infinite scroll, global/column search, AJAX CRUD, and more. -- [Handsontable](https://github.com/handsontable/handsontable) - Data Grid with spreadsheet-like UI supporting React, Angular, TypeScript and JavaScript. +- [Handsontable](https://github.com/handsontable/handsontable) - [demo](https://handsontable.com/demo) - [docs](https://handsontable.com/docs/react-data-grid/) - Data Grid with spreadsheet-like UI supporting React, Angular, TypeScript and JavaScript. - [MUI X Data grid](https://github.com/mui/mui-x) - [demo/docs](https://mui.com/x/react-data-grid/) - Fast and customizable data grid with advanced features for power users and complex use cases. - [react-data-grid](https://github.com/adazzle/react-data-grid) - Excel-like grid. - [revo-grid](https://github.com/revolist/revogrid) - [demo/docs](https://revolist.github.io/revogrid/) - Powerfull Data Grid for React / AngularJS / Vue / Web Components with advanced customization.