@reactorui/datagrid 1.0.19 → 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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -770,6 +770,11 @@ 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.
|
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",
|