@revolist/vue3-datagrid 4.11.18 → 4.11.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 -11
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
### 🚨 Repository Notice
|
|
2
|
-
|
|
3
|
-
Post new issues [here](https://github.com/revolist/revogrid). Happy coding! 💻
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
1
|
<p align="center">
|
|
8
2
|
<a href="https://rv-grid.com">
|
|
9
|
-
<img src="./assets/logo.svg" alt="
|
|
3
|
+
<img src="./assets/logo.svg" alt="Vue 3 Data Grid" height="150" />
|
|
10
4
|
</a>
|
|
11
5
|
</p>
|
|
12
6
|
|
|
@@ -19,12 +13,10 @@ Post new issues [here](https://github.com/revolist/revogrid). Happy coding! 💻
|
|
|
19
13
|
<img src="https://sonarcloud.io/api/project_badges/measure?project=revolist_revogrid&metric=alert_status" alt="Sonar Quality Gate"/>
|
|
20
14
|
</p>
|
|
21
15
|
|
|
22
|
-
#
|
|
23
16
|
|
|
24
|
-
<h3 align="center">Powerful
|
|
17
|
+
<h3 align="center">Powerful Vue 3 Data Grid component built on top of <a href="https://github.com/revolist/revogrid" target="_blank">RevoGrid</a>.</h3>
|
|
25
18
|
<p align="center">
|
|
26
19
|
Support Millions of cells and thousands of columns easy and efficiently for fast data rendering. Easy to use.
|
|
27
|
-
|
|
28
20
|
</p>
|
|
29
21
|
|
|
30
22
|
<p align="center">
|
|
@@ -114,16 +106,21 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
|
|
|
114
106
|
- [Row header template](https://rv-grid.com/guide/row/headers).
|
|
115
107
|
- [Cell properties](https://rv-grid.com/guide/cell/) (define custom properties for rendered cells).
|
|
116
108
|
|
|
109
|
+
|
|
110
|
+
> ⚠️ **Note**: Repository Notice: This repo is read-only. Create new issues at the [revogrid repo](https://github.com/revolist/revogrid)
|
|
111
|
+
|
|
112
|
+
|
|
117
113
|
- [Cell template](https://rv-grid.com/guide/vue3/renderer) (create your own cell views).
|
|
118
114
|
- [Cell editor](https://rv-grid.com/guide/vue3/editor) (use predefined or apply your own custom editors and cell types).
|
|
119
115
|
|
|
120
116
|
|
|
121
117
|
- **Rich API & Additional Improvements**: Explore hundreds of other small customizations and improvements in [RevoGrid](https://rv-grid.com/).
|
|
122
118
|
|
|
119
|
+
### Usage Vue 3
|
|
120
|
+
|
|
123
121
|
> [!TIP]
|
|
124
122
|
> For Vue 2, use [this repo](https://github.com/revolist/vue-datagrid)
|
|
125
123
|
|
|
126
|
-
### Usage Vue 3
|
|
127
124
|
|
|
128
125
|
With NPM:
|
|
129
126
|
|
|
@@ -266,6 +263,12 @@ export default defineComponent({
|
|
|
266
263
|
|
|
267
264
|
[Example and guide](https://rv-grid.com/guide/vue3/)
|
|
268
265
|
|
|
266
|
+
- [ Vue 3](https://rv-grid.com/guide/vue3/) and [Vue 2](https://rv-grid.com/guide/vue2/)
|
|
267
|
+
- [ React](https://rv-grid.com/guide/react/)
|
|
268
|
+
- [ Angular](https://rv-grid.com/guide/angular/)
|
|
269
|
+
- [ Svelte](https://rv-grid.com/guide/svelte/)
|
|
270
|
+
- [ JavaScript](https://rv-grid.com/guide/)
|
|
271
|
+
|
|
269
272
|
## Versions
|
|
270
273
|
|
|
271
274
|
- **2.0+**: Introduced the plugin system, grouping, sorting, and filtering.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revolist/vue3-datagrid",
|
|
3
|
-
"version": "4.11.
|
|
3
|
+
"version": "4.11.20",
|
|
4
4
|
"description": "Vue 3 DataGrid Spreadsheet component with native Vue 3 cell render support",
|
|
5
5
|
"main": "./dist/vue3-datagrid.umd.cjs",
|
|
6
6
|
"module": "./dist/vue3-datagrid.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"homepage": "https://github.com/revolist/revogrid#readme",
|
|
66
66
|
"license": "MIT",
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@revolist/revogrid": "4.11.
|
|
68
|
+
"@revolist/revogrid": "4.11.20"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@stencil/core": "^4.19.2",
|