@reactorui/datagrid 1.0.18 → 1.0.20
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 +14 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -770,13 +770,22 @@ Commit your changes (git commit -m 'Add amazing feature')
|
|
|
770
770
|
Push to the branch (git push origin feature/amazing-feature)
|
|
771
771
|
Open a Pull Request
|
|
772
772
|
|
|
773
|
+
## Support
|
|
774
|
+
|
|
775
|
+
- 📖 **Documentation**: Check this README and inline TypeScript types
|
|
776
|
+
- 🐛 **Bug Reports**: [GitHub Issues](https://github.com/ReactorUI/datagrid/issues)
|
|
777
|
+
|
|
773
778
|
## 📄 License
|
|
774
779
|
|
|
775
|
-
|
|
780
|
+
MIT License - see [LICENSE](LICENSE) file for details.
|
|
781
|
+
|
|
782
|
+
## Related Projects
|
|
783
|
+
|
|
784
|
+
Part of the ReactorUI ecosystem:
|
|
776
785
|
|
|
777
|
-
|
|
786
|
+
- 📊 [@reactorui/recurrence](https://www.npmjs.com/package/@reactorui/recurrence) - A powerful, flexible recurrence rule builder for React applications
|
|
787
|
+
- 🔜 More components coming soon!
|
|
778
788
|
|
|
779
|
-
|
|
789
|
+
---
|
|
780
790
|
|
|
781
|
-
**
|
|
782
|
-
**GitHub:** [@code-Miracle49](https://github.com/code-Miracle49)
|
|
791
|
+
**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.20",
|
|
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",
|