@gp-grid/vue 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 +2 -24
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,12 +10,10 @@
|
|
|
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/vue">📖 Documentation</a>
|
|
13
|
+
<h4><a href="https://www.gp-grid.io/">🎮 Demo</a> • <a href="https://www.gp-grid.io/docs/vue">📖 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
|
-
[](https://deepwiki.com/GioPat/gp-grid)
|
|
18
|
-
|
|
19
17
|
A high-performance, feature lean Vue 3 data grid component built to manage grids with huge amount (millions) of rows. It's based on its core dependency: `@gp-grid/core`, featuring virtual scrolling, cell selection, sorting, filtering, editing, and Excel-like fill handle.
|
|
20
18
|
|
|
21
19
|
## Table of Contents
|
|
@@ -601,24 +599,4 @@ Keeping this library requires effort and passion, I'm a full time engineer emplo
|
|
|
601
599
|
|
|
602
600
|
If you think this project helped you achieve your goals, it's hopefully worth a beer! 🍻
|
|
603
601
|
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
### Paypal
|
|
607
|
-
|
|
608
|
-
[](https://www.paypal.com/donate/?hosted_button_id=XCNMG6BR4ZMLY)
|
|
609
|
-
|
|
610
|
-
[https://www.paypal.com/donate/?hosted_button_id=XCNMG6BR4ZMLY](https://www.paypal.com/donate/?hosted_button_id=XCNMG6BR4ZMLY)
|
|
611
|
-
|
|
612
|
-
### Bitcoin
|
|
613
|
-
|
|
614
|
-
[](bitcoin:bc1qcukwmzver59eyqq442xyzscmxavqjt568kkc9m)
|
|
615
|
-
|
|
616
|
-
bitcoin:bc1qcukwmzver59eyqq442xyzscmxavqjt568kkc9m
|
|
617
|
-
|
|
618
|
-
### Lightning Network
|
|
619
|
-
|
|
620
|
-
[](lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhx6rpvanhjetdvfjhyvf4xs0xu5p7)
|
|
621
|
-
|
|
622
|
-
lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhx6rpvanhjetdvfjhyvf4xs0xu5p7
|
|
623
|
-
|
|
624
|
-
</div>
|
|
602
|
+
[Support the project](https://www.gp-grid.io/support)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gp-grid/vue",
|
|
3
3
|
"description": "A high-performance Vue 3 data grid component with virtual scrolling, cell selection, sorting, filtering, and Excel-like editing",
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.7",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"nuxt3"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@gp-grid/core": "0.9.
|
|
46
|
+
"@gp-grid/core": "0.9.7"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"vue": "^3.4.0"
|