Skip to content

Commit 8acba34

Browse files
committedAug 17, 2024
docs: improved readme
1 parent 8656a33 commit 8acba34

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed
 

‎README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This repo is read-only and will be **deprecated** in v5+ in favor of monorepos.
1515
<a href="https://github.com/revolist/revogrid/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/@revolist/revogrid" alt="Software License"/></a>
1616
<img src="https://badgen.net/bundlephobia/dependency-count/@revolist/revogrid@latest" alt="Tree shaking"/>
1717
<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"/>
1819
</p>
1920

2021
#
@@ -38,10 +39,13 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
3839
<i>RevoGrid material theme.</i>
3940
<br>
4041

42+
4143
## Key Features
4244

4345
- **High Performance**: Handles millions of cells in the viewport with a powerful core built by default.
4446

47+
- **Accessibility**: Follows WAI-ARIA best practices.
48+
4549
- **Keyboard Support**:
4650
- Excel-like focus for efficient navigation and editing.
4751
- 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
5155

5256
- **Intelligent Virtual DOM**: Smart row recombination to minimize redraws.
5357

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+
5464
- **Sorting**: Multiple options, customizable per column, with advanced event handling.
5565

5666
- **Filtering**:
@@ -74,6 +84,8 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
7484

7585
- **Cell Editing**: In-place editing of cell data.
7686

87+
- **Cell Merging**: Merge cells to form groups.
88+
7789
- **Customizations**:
7890
- Column header template.
7991
- Row header template.
@@ -88,8 +100,6 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
88100
- Date.
89101
- Custom (create extended styles using any template).
90102

91-
- **Drag and Drop**: Easily reorder rows.
92-
93103
- **Range Operations**:
94104
- Selection.
95105
- Editing.
@@ -199,6 +209,9 @@ yarn add @revolist/svelte-datagrid;
199209
- Enhanced plugin support - now with full access to grid providers.
200210
- Updated documentation.
201211
- 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)
202215

203216

204217
## Our Sponsors

0 commit comments

Comments
 (0)
Failed to load comments.