@revolist/revogrid 4.9.8 → 4.9.9
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/package.json +1 -1
- package/readme.md +12 -2
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -33,10 +33,13 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
|
|
|
33
33
|
<i>RevoGrid material theme.</i>
|
|
34
34
|
<br>
|
|
35
35
|
|
|
36
|
+
|
|
36
37
|
## Key Features
|
|
37
38
|
|
|
38
39
|
- **High Performance**: Handles millions of cells in the viewport with a powerful core built by default.
|
|
39
40
|
|
|
41
|
+
- **Accessibility**: Follows WAI-ARIA best practices.
|
|
42
|
+
|
|
40
43
|
- **Keyboard Support**:
|
|
41
44
|
- Excel-like focus for efficient navigation and editing.
|
|
42
45
|
- Seamless copy/paste from Excel, Google Sheets, or any other sheet format.
|
|
@@ -46,6 +49,12 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
|
|
|
46
49
|
|
|
47
50
|
- **Intelligent Virtual DOM**: Smart row recombination to minimize redraws.
|
|
48
51
|
|
|
52
|
+
- **Virtual Scroll**: Handles large datasets with infinite scroll.
|
|
53
|
+
|
|
54
|
+
- **Formula Support**: Evaluate formulas in cell data.
|
|
55
|
+
|
|
56
|
+
- **Drag and Drop**: Drag and drop in rows and columns.
|
|
57
|
+
|
|
49
58
|
- **Sorting**: Multiple options, customizable per column, with advanced event handling.
|
|
50
59
|
|
|
51
60
|
- **Filtering**:
|
|
@@ -69,6 +78,8 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
|
|
|
69
78
|
|
|
70
79
|
- **Cell Editing**: In-place editing of cell data.
|
|
71
80
|
|
|
81
|
+
- **Cell Merging**: Merge cells to form groups.
|
|
82
|
+
|
|
72
83
|
- **Customizations**:
|
|
73
84
|
- Column header template.
|
|
74
85
|
- Row header template.
|
|
@@ -83,8 +94,6 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
|
|
|
83
94
|
- Date.
|
|
84
95
|
- Custom (create extended styles using any template).
|
|
85
96
|
|
|
86
|
-
- **Drag and Drop**: Easily reorder rows.
|
|
87
|
-
|
|
88
97
|
- **Range Operations**:
|
|
89
98
|
- Selection.
|
|
90
99
|
- Editing.
|
|
@@ -235,6 +244,7 @@ grid.source = items;
|
|
|
235
244
|
- Enhanced plugin support - now with full access to grid providers.
|
|
236
245
|
- Updated documentation.
|
|
237
246
|
- Provided full framework support and native render for Angular, React, Svelte and Vue.
|
|
247
|
+
|
|
238
248
|
- **What next?**
|
|
239
249
|
- Check our [Roadmap](https://github.com/users/revolist/projects/3)
|
|
240
250
|
|