@revolist/svelte-datagrid 4.11.16 → 4.11.18
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 +41 -44
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
### 🚨 Repository Notice
|
|
1
|
+
### 🚨 Repository Notice
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Post new issues [here](https://github.com/revolist/revogrid). Happy coding! 💻
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -15,7 +15,7 @@ If you want to continue using **Svelte 4**, please switch to the [svelte-4](http
|
|
|
15
15
|
|
|
16
16
|
<p align="center">
|
|
17
17
|
<a href="https://rv-grid.com">
|
|
18
|
-
<img src="./assets/logo.svg" alt="RevoGrid" height="150" />
|
|
18
|
+
<img src="./assets/logo.svg" alt="RevoGrid Data Grid" height="150" />
|
|
19
19
|
</a>
|
|
20
20
|
</p>
|
|
21
21
|
|
|
@@ -54,82 +54,79 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
|
|
|
54
54
|
|
|
55
55
|
- **High Performance**: Handles millions of cells in the viewport with a powerful core built by default.
|
|
56
56
|
|
|
57
|
-
- **Accessibility**: Follows WAI-ARIA best practices.
|
|
57
|
+
- **[Accessibility](https://rv-grid.com/guide/wcag)**: Follows WAI-ARIA best practices.
|
|
58
58
|
|
|
59
|
-
- **Keyboard Support**:
|
|
59
|
+
- **[Keyboard Support](https://rv-grid.com/guide/defs#Keyboard)**:
|
|
60
60
|
- Excel-like focus for efficient navigation and editing.
|
|
61
61
|
- Seamless copy/paste from Excel, Google Sheets, or any other sheet format.
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
- **Lightweight**: Minimal initial bundle size . Can be imported with polyfills or as a module for modern browsers.
|
|
65
65
|
|
|
66
|
-
- **Intelligent Virtual DOM**: Smart row recombination to minimize redraws.
|
|
66
|
+
- **[Intelligent Virtual DOM](https://rv-grid.com/guide/overview#VNode-Reactive-DOM)**: Smart row recombination to minimize redraws.
|
|
67
67
|
|
|
68
|
-
- **Virtual Scroll**: Handles large datasets with infinite scroll.
|
|
68
|
+
- **[Virtual Scroll](https://rv-grid.com/guide/viewports)**: Handles large datasets with infinite scroll.
|
|
69
69
|
|
|
70
|
-
- **
|
|
70
|
+
- **[Drag and Drop](https://rv-grid.com/guide/row/order)**: Drag and drop in [rows](https://rv-grid.com/guide/row/order) and [columns](https://rv-grid.com/guide/column/order).
|
|
71
71
|
|
|
72
|
-
- **
|
|
72
|
+
- **[Sorting](https://rv-grid.com/guide/sorting)**: Multiple options, customizable per column, with advanced event handling.
|
|
73
73
|
|
|
74
|
-
- **
|
|
75
|
-
|
|
76
|
-
- **Sorting**: Multiple options, customizable per column, with advanced event handling.
|
|
77
|
-
|
|
78
|
-
- **Filtering**:
|
|
74
|
+
- **[Filtering](https://rv-grid.com/guide/filters)**:
|
|
79
75
|
- Predefined system filters.
|
|
76
|
+
- Multi column filters.
|
|
77
|
+
- Conditional filters.
|
|
80
78
|
- Preserve existing collections.
|
|
81
79
|
- Custom filters to extend system filters with your own set.
|
|
82
80
|
|
|
83
|
-
- **Export**: Export data to file.
|
|
81
|
+
- **[Export](https://rv-grid.com/guide/export.plugin)**: Export data to file.
|
|
84
82
|
|
|
85
|
-
- **Custom Sizes**: Define custom sizes for columns and rows. Automatic sizing based on content.
|
|
83
|
+
- **Custom Sizes**: Define custom sizes for [columns](https://rv-grid.com/guide/column/#Column-Size) and [rows](https://rv-grid.com/guide/row/height). Automatic sizing based on content.
|
|
86
84
|
|
|
87
|
-
- **Column Resizing**: Adjust column widths.
|
|
85
|
+
- **[Column Resizing](https://rv-grid.com/guide/column/resize)**: Adjust column widths.
|
|
88
86
|
|
|
89
87
|
- **Pinned/Sticky/Freezed Elements**:
|
|
90
|
-
- Columns (define left or right).
|
|
91
|
-
- Rows (define top or bottom).
|
|
88
|
+
- [Columns](https://rv-grid.com/guide/column/pin) (define left or right).
|
|
89
|
+
- [Rows](https://rv-grid.com/guide/row/pin) (define top or bottom).
|
|
92
90
|
|
|
93
91
|
- **Grouping**:
|
|
94
|
-
- Column grouping (nested headers).
|
|
95
|
-
- Row grouping (nested rows).
|
|
96
|
-
|
|
97
|
-
- **Cell Editing**: In-place editing of cell data.
|
|
98
|
-
|
|
99
|
-
- **Cell Merging**: Merge cells to form groups.
|
|
100
|
-
|
|
101
|
-
- **Customizations**:
|
|
102
|
-
- Column header template.
|
|
103
|
-
- Row header template.
|
|
104
|
-
- Cell template (create your own cell views).
|
|
105
|
-
- Cell editor (use predefined or apply your own custom editors and cell types).
|
|
106
|
-
- Cell properties (define custom properties for rendered cells).
|
|
92
|
+
- [Column grouping](https://rv-grid.com/guide/column/grouping) (nested headers).
|
|
93
|
+
- [Row grouping](https://rv-grid.com/guide/row/grouping) (nested rows).
|
|
107
94
|
|
|
108
95
|
- **Column Types**: [More details](https://rv-grid.com/guide/column/#Column-Formats)
|
|
109
|
-
- Text/String (default).
|
|
110
|
-
- Number.
|
|
111
|
-
- Select.
|
|
112
|
-
- Date.
|
|
96
|
+
- [Text/String](https://rv-grid.com/guide/column/types#String) (default).
|
|
97
|
+
- [Number](https://rv-grid.com/guide/column/types#Number).
|
|
98
|
+
- [Select/Dropdown](https://rv-grid.com/guide/column/types#Select-Dropdown).
|
|
99
|
+
- [Date](https://rv-grid.com/guide/column/types#Date).
|
|
113
100
|
- Custom (create extended styles using any template).
|
|
114
101
|
|
|
115
102
|
- **Range Operations**:
|
|
116
|
-
- Selection.
|
|
117
|
-
- Editing.
|
|
103
|
+
- [Selection](https://rv-grid.com/guide/defs#Range).
|
|
104
|
+
- [Editing](https://rv-grid.com/guide/defs#Range-Autofill).
|
|
118
105
|
|
|
119
|
-
- **Theme Packages**:
|
|
106
|
+
- **[Theme Packages](https://rv-grid.com/guide/theme)**:
|
|
120
107
|
- Excel-like (default).
|
|
121
108
|
- Material (compact, dark, or light).
|
|
122
109
|
|
|
123
|
-
- **Extensibility**: Modern VNode features and tsx support for easy extension.
|
|
110
|
+
- **[Extensibility](https://rv-grid.com/guide/jsx.template)**: Modern VNode features and tsx support for easy extension.
|
|
124
111
|
|
|
125
|
-
- **Trimmed Rows**: Hide rows on demand.
|
|
112
|
+
- **[Trimmed Rows](https://rv-grid.com/guide/row/#Trimmed-Rows)**: Hide rows on demand.
|
|
126
113
|
|
|
127
|
-
- **Plugin System**: Create custom plugins or extend existing ones easily.
|
|
114
|
+
- **[Plugin System](https://rv-grid.com/guide/plugin/)**: Create custom plugins or extend existing ones easily.
|
|
128
115
|
|
|
129
|
-
- **
|
|
116
|
+
- **[Formula Support](https://rv-grid.com/guide/cell/formula)**: Evaluate formulas in cell data.
|
|
130
117
|
|
|
131
|
-
|
|
118
|
+
- **[Master Detail/Subtables/Forms](https://rv-grid.com/guide/row/master.pro)**: Expand rows to reveal child data.
|
|
119
|
+
- **[Cell/Column/Row Span/Merge](https://rv-grid.com/guide/cell/merge)**: Merge cells to form groups.
|
|
120
|
+
|
|
121
|
+
- **Customizations**:
|
|
122
|
+
- [Column header template](https://rv-grid.com/guide/column/header.template).
|
|
123
|
+
- [Row header template](https://rv-grid.com/guide/row/headers).
|
|
124
|
+
- [Cell properties](https://rv-grid.com/guide/cell/) (define custom properties for rendered cells).
|
|
125
|
+
|
|
126
|
+
- [Cell template](https://rv-grid.com/guide/cell/renderer) (create your own cell views).
|
|
127
|
+
- [Cell editor](https://rv-grid.com/guide/cell/editor) (use predefined or apply your own custom editors and cell types).
|
|
132
128
|
|
|
129
|
+
- **Rich API & Additional Improvements**: Explore hundreds of other small customizations and improvements in [RevoGrid](https://rv-grid.com/).
|
|
133
130
|
|
|
134
131
|
|
|
135
132
|
### Usage Svelte
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revolist/svelte-datagrid",
|
|
3
|
-
"version": "4.11.
|
|
3
|
+
"version": "4.11.18",
|
|
4
4
|
"description": "Svelte DataGrid Spreadsheet component with native cell render support",
|
|
5
5
|
"main": "./dist/svelte-datagrid.umd.cjs",
|
|
6
6
|
"module": "./dist/svelte-datagrid.js",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"vite-plugin-dts": "^4.3.0"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@revolist/revogrid": "4.11.
|
|
76
|
+
"@revolist/revogrid": "4.11.18"
|
|
77
77
|
},
|
|
78
78
|
"publishConfig": {
|
|
79
79
|
"access": "public"
|