@reactorui/datagrid 1.0.18 → 1.0.19
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 +9 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -772,11 +772,15 @@ Open a Pull Request
|
|
|
772
772
|
|
|
773
773
|
## 📄 License
|
|
774
774
|
|
|
775
|
-
|
|
775
|
+
MIT License - see [LICENSE](LICENSE) file for details.
|
|
776
776
|
|
|
777
|
-
|
|
777
|
+
## Related Projects
|
|
778
778
|
|
|
779
|
-
|
|
779
|
+
Part of the ReactorUI ecosystem:
|
|
780
780
|
|
|
781
|
-
|
|
782
|
-
|
|
781
|
+
- 📊 [@reactorui/recurrence](https://www.npmjs.com/package/@reactorui/recurrence) - A powerful, flexible recurrence rule builder for React applications
|
|
782
|
+
- 🔜 More components coming soon!
|
|
783
|
+
|
|
784
|
+
---
|
|
785
|
+
|
|
786
|
+
**Made with ❤️ by ReactorUI**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reactorui/datagrid",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"description": "High-performance React data grid with TypeScript support, server-side integration, and continuation token pagination",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|