@@ -15,6 +15,7 @@ This repo is read-only and will be **deprecated** in v5+ in favor of monorepos.
15
15
<a href =" https://github.com/revolist/revogrid/blob/master/LICENSE " ><img src =" https://img.shields.io/npm/l/@revolist/revogrid " alt =" Software License " /></a >
16
16
<img src =" https://badgen.net/bundlephobia/dependency-count/@revolist/revogrid@latest " alt =" Tree shaking " />
17
17
<img src =" https://badgen.net/bundlephobia/tree-shaking/@revolist/revogrid@latest " alt =" Tree shaking " />
18
+ <img src =" https://sonarcloud.io/api/project_badges/measure?project=revolist_revogrid&metric=alert_status " alt =" Sonar Quality Gate " />
18
19
</p >
19
20
20
21
#
@@ -38,10 +39,13 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
38
39
<i >RevoGrid material theme.</i >
39
40
<br >
40
41
42
+
41
43
## Key Features
42
44
43
45
- ** High Performance** : Handles millions of cells in the viewport with a powerful core built by default.
44
46
47
+ - ** Accessibility** : Follows WAI-ARIA best practices.
48
+
45
49
- ** Keyboard Support** :
46
50
- Excel-like focus for efficient navigation and editing.
47
51
- Seamless copy/paste from Excel, Google Sheets, or any other sheet format.
@@ -51,6 +55,12 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
51
55
52
56
- ** Intelligent Virtual DOM** : Smart row recombination to minimize redraws.
53
57
58
+ - ** Virtual Scroll** : Handles large datasets with infinite scroll.
59
+
60
+ - ** Formula Support** : Evaluate formulas in cell data.
61
+
62
+ - ** Drag and Drop** : Drag and drop in rows and columns.
63
+
54
64
- ** Sorting** : Multiple options, customizable per column, with advanced event handling.
55
65
56
66
- ** Filtering** :
@@ -74,6 +84,8 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
74
84
75
85
- ** Cell Editing** : In-place editing of cell data.
76
86
87
+ - ** Cell Merging** : Merge cells to form groups.
88
+
77
89
- ** Customizations** :
78
90
- Column header template.
79
91
- Row header template.
@@ -88,8 +100,6 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
88
100
- Date.
89
101
- Custom (create extended styles using any template).
90
102
91
- - ** Drag and Drop** : Easily reorder rows.
92
-
93
103
- ** Range Operations** :
94
104
- Selection.
95
105
- Editing.
@@ -199,6 +209,9 @@ yarn add @revolist/svelte-datagrid;
199
209
- Enhanced plugin support - now with full access to grid providers.
200
210
- Updated documentation.
201
211
- Provided full framework support and native render for Angular, React, Svelte and Vue.
212
+
213
+ - ** What next?**
214
+ - Check our [ Roadmap] ( https://github.com/users/revolist/projects/3 )
202
215
203
216
204
217
## Our Sponsors
0 commit comments