@gp-grid/core 0.9.6 → 0.9.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 +7 -23
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,11 +10,15 @@
|
|
|
10
10
|
</a>
|
|
11
11
|
<div align="center">
|
|
12
12
|
Logo by <a href="https://github.com/camillo18tre">camillo18tre ❤️</a>
|
|
13
|
-
<h4><a href="https://www.gp-grid.io/">🎮 Demo</a> • <a href="https://www.gp-grid.io/docs">📖 Documentation</a>
|
|
13
|
+
<h4><a href="https://www.gp-grid.io/">🎮 Demo</a> • <a href="https://www.gp-grid.io/docs">📖 Documentation</a> • <a href="https://deepwiki.com/GioPat/gp-grid"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"/></a></h4>
|
|
14
14
|
</div>
|
|
15
15
|
</div>
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
<div align="center">
|
|
18
|
+
|
|
19
|
+
[](https://sonarcloud.io/summary/new_code?id=giopat_gp-grid_core) [](https://sonarcloud.io/summary/new_code?id=giopat_gp-grid_core) [](https://sonarcloud.io/summary/new_code?id=giopat_gp-grid_core) [](https://sonarcloud.io/summary/new_code?id=giopat_gp-grid_core) [](https://sonarcloud.io/summary/new_code?id=giopat_gp-grid_core)
|
|
20
|
+
|
|
21
|
+
</div>
|
|
18
22
|
|
|
19
23
|
A framework-agnostic TypeScript library for building high-performance data grids with high (millions) number of rows with ease.
|
|
20
24
|
|
|
@@ -417,24 +421,4 @@ Keeping this library requires effort and passion, I'm a full time engineer emplo
|
|
|
417
421
|
|
|
418
422
|
If you think this project helped you achieve your goals, it's hopefully worth a beer! 🍻
|
|
419
423
|
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
### Paypal
|
|
423
|
-
|
|
424
|
-
[](https://www.paypal.com/donate/?hosted_button_id=XCNMG6BR4ZMLY)
|
|
425
|
-
|
|
426
|
-
[https://www.paypal.com/donate/?hosted_button_id=XCNMG6BR4ZMLY](https://www.paypal.com/donate/?hosted_button_id=XCNMG6BR4ZMLY)
|
|
427
|
-
|
|
428
|
-
### Bitcoin
|
|
429
|
-
|
|
430
|
-
[](bitcoin:bc1qcukwmzver59eyqq442xyzscmxavqjt568kkc9m)
|
|
431
|
-
|
|
432
|
-
bitcoin:bc1qcukwmzver59eyqq442xyzscmxavqjt568kkc9m
|
|
433
|
-
|
|
434
|
-
### Lightning Network
|
|
435
|
-
|
|
436
|
-
[](lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhx6rpvanhjetdvfjhyvf4xs0xu5p7)
|
|
437
|
-
|
|
438
|
-
lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhx6rpvanhjetdvfjhyvf4xs0xu5p7
|
|
439
|
-
|
|
440
|
-
</div>
|
|
424
|
+
[Support the project](https://www.gp-grid.io/support)
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@gp-grid/core",
|
|
3
3
|
"description": "A high-performance, framework-agnostic TypeScript data grid core with virtual scrolling",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.9.
|
|
5
|
+
"version": "0.9.7",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|