Add react-datatable under tables#1712
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
|
@enaqx jumped in with a short PR — figured a tables section PR is easier to review than a wall of text. react-datatable sits on TanStack Table + shadcn-style UI + Tailwind but ships as one copy-in kit (filters, views, virtualization, server pagination / infinite scroll). If the sort change in that section feels too noisy I can split it. Michael |
Co-authored-by: Cursor <cursoragent@cursor.com>
|
Quick correction: the product is not open source, so the listing now points at documentation only—no GitHub repo link. Thanks for bearing with the noise. |
There was a problem hiding this comment.
Pull request overview
Adds react-datatable to the React Tables and Grids section of the Awesome React README, keeping the list alphabetically sorted.
Changes:
- Added a new README entry for
react-datatableunder “React Tables and Grids”. - Adjusted the placement/formatting of the existing
react-data-gridentry so it appears as a normal list item in that section.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| #### 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://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 Tables and Grids | ||
|
|
||
| - [react-data-grid](https://github.com/adazzle/react-data-grid) - Feature-rich and customizable data grid React component | ||
| - [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. |
Adds react-datatable to React Tables and Grids (sorted alphabetically). Primary link is documentation; source is not published as open source.