react-open-source-grid 1.7.4 → 1.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,6 +26,20 @@ A fully-featured, reusable DataGrid component built with React, TypeScript, and
26
26
  - ✅ **Density Modes** (Ultra Compact/Compact/Normal/Comfortable spacing with segmented control and persistent preferences)
27
27
  - ✅ **10 Beautiful Themes** (Quartz, Alpine, Material, Dark Mode, Nord, Dracula, Solarized Light/Dark, Monokai, One Dark) 🆕
28
28
 
29
+ ## 🆚 Feature Comparison
30
+
31
+ Why pay for enterprise features when you can get them open source?
32
+
33
+ | Feature | AG Grid Community | AG Grid Enterprise ($$) | **React Open Source Grid** |
34
+ | :--- | :---: | :---: | :---: |
35
+ | **License** | MIT | Commercial | **MIT (Free)** |
36
+ | **Virtual Scrolling** | ✅ | ✅ | **✅** |
37
+ | **Tree Data / Grouping** | ❌ | ✅ | **✅** |
38
+ | **Server-Side Infinite Scroll** | ❌ | ✅ | **✅** |
39
+ | **Excel Export** | ❌ | ✅ | **✅** |
40
+ | **Context Menus** | ❌ | ✅ | **✅** |
41
+ | **Advanced Filtering** | Basic | ✅ | **✅** |
42
+
29
43
  ## Quick Start
30
44
 
31
45
  ```bash
@@ -481,3 +495,9 @@ When reporting bugs, please include:
481
495
 
482
496
  Thank you for contributing! 🎉
483
497
 
498
+ ---
499
+
500
+ ## Related Projects
501
+
502
+ - **[React Pivot Table](https://bhushanpoojary.github.io/react-pivot/)** - A lightweight, customizable pivot table component for React with drag-and-drop field configuration, multiple aggregation types, and beautiful theming.
503
+