From 9798c840e9bd22c23208fe76df1ea839ff975b4f Mon Sep 17 00:00:00 2001 From: froemic Date: Sat, 9 May 2026 17:54:00 +0200 Subject: [PATCH 1/2] Add react-datatable Co-authored-by: Cursor --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b911c4c..e6894986 100644 --- a/README.md +++ b/README.md @@ -173,9 +173,10 @@ A collection of awesome things regarding the React ecosystem. #### React Tables and Grids +- [react-data-grid](https://github.com/adazzle/react-data-grid) - Feature-rich and customizable data grid React component +- [react-datatable](https://github.com/FroeMic/react-datatable) - Copy-in datatable on TanStack Table with shadcn-style UI and Tailwind; filters, views, virtualization, and server pagination or infinite loading. - [react-grid-layout](https://github.com/react-grid-layout/react-grid-layout) - A draggable and resizable grid layout with responsive breakpoints - [tanstack-table](https://github.com/TanStack/table) - Headless UI for building powerful tables & datagrids -- [react-data-grid](https://github.com/adazzle/react-data-grid) - Feature-rich and customizable data grid React component #### React Maps From 5e39f0d48170cdb1620ea2d2ef0c67b8a6544895 Mon Sep 17 00:00:00 2001 From: froemic Date: Sat, 9 May 2026 17:56:55 +0200 Subject: [PATCH 2/2] fix: link react-datatable to docs only (no public repo) Co-authored-by: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6894986..d62df562 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ A collection of awesome things regarding the React ecosystem. #### React Tables and Grids - [react-data-grid](https://github.com/adazzle/react-data-grid) - Feature-rich and customizable data grid React component -- [react-datatable](https://github.com/FroeMic/react-datatable) - Copy-in datatable on TanStack Table with shadcn-style UI and Tailwind; filters, views, virtualization, and server pagination or infinite loading. +- [react-datatable](https://react-datatable.com/docs?utm_source=github&utm_medium=repository&utm_campaign=3rdcom265) - Copy-in datatable on TanStack Table with shadcn-style UI and Tailwind; filters, views, virtualization, and server pagination or infinite loading. - [react-grid-layout](https://github.com/react-grid-layout/react-grid-layout) - A draggable and resizable grid layout with responsive breakpoints - [tanstack-table](https://github.com/TanStack/table) - Headless UI for building powerful tables & datagrids