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