@toolbox-web/grid 0.0.6 → 0.0.7
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 +19 -0
- package/custom-elements.json +1852 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @toolbox-web/grid
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@toolbox-web/grid)
|
|
4
|
+
[](https://github.com/sponsors/OysteinAmundsen)
|
|
5
|
+
|
|
3
6
|
A high-performance, framework-agnostic data grid built with pure TypeScript and native Web Components. Zero runtime dependencies.
|
|
4
7
|
|
|
5
8
|
## Installation
|
|
@@ -498,6 +501,22 @@ For architecture details, rendering pipeline, and plugin development, see [ARCHI
|
|
|
498
501
|
|
|
499
502
|
---
|
|
500
503
|
|
|
504
|
+
## Support This Project
|
|
505
|
+
|
|
506
|
+
This grid is built and maintained by a single developer in spare time. If it saves you time or money, consider sponsoring to keep development going:
|
|
507
|
+
|
|
508
|
+
[](https://github.com/sponsors/OysteinAmundsen)
|
|
509
|
+
[](https://patreon.com/user?u=40656340)
|
|
510
|
+
|
|
511
|
+
**What sponsorship enables:**
|
|
512
|
+
|
|
513
|
+
- 🚀 Faster feature development (see [ROADMAP](./ROADMAP.md))
|
|
514
|
+
- 🐛 Priority bug fixes and support
|
|
515
|
+
- 📚 Better documentation and examples
|
|
516
|
+
- 💼 Corporate sponsors get logo placement and priority support
|
|
517
|
+
|
|
518
|
+
---
|
|
519
|
+
|
|
501
520
|
## License
|
|
502
521
|
|
|
503
522
|
MIT
|