Skip to content

Commit

Permalink
Merge pull request #678 from revolist/doc-improve-refs
Browse files Browse the repository at this point in the history
doc: readme fulfilled with refs
  • Loading branch information
revolist authored Jan 26, 2025
2 parents 38fc7dd + 3ef5998 commit 763c92a
Show file tree
Hide file tree
Showing 15 changed files with 115 additions and 92 deletions.
2 changes: 1 addition & 1 deletion packages/angular
2 changes: 1 addition & 1 deletion packages/react
Submodule react updated 3 files
+17 −19 README.md
+1 −1 demo/package.json
+2 −2 package.json
2 changes: 1 addition & 1 deletion packages/svelte
2 changes: 1 addition & 1 deletion packages/vue2
Submodule vue2 updated 2 files
+17 −19 README.md
+2 −2 package.json
2 changes: 1 addition & 1 deletion packages/vue3
82 changes: 39 additions & 43 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://rv-grid.com">
<img src="./assets/logo.svg" alt="RevoGrid" height="150" />
<img src="./assets/logo.svg" alt="RevoGrid Data Grid" height="150" />
</a>
</p>

Expand Down Expand Up @@ -39,83 +39,79 @@ Support Millions of cells and thousands of columns easy and efficiently for fast

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

- **Accessibility**: Follows WAI-ARIA best practices.
- **[Accessibility](https://rv-grid.com/guide/wcag)**: Follows WAI-ARIA best practices.

- **Keyboard Support**:
- **[Keyboard Support](https://rv-grid.com/guide/defs#Keyboard)**:
- Excel-like focus for efficient navigation and editing.
- Seamless copy/paste from Excel, Google Sheets, or any other sheet format.


- **Lightweight**: Minimal initial bundle size ![Min size](https://badgen.net/bundlephobia/min/@revolist/revogrid@latest). Can be imported with polyfills or as a module for modern browsers.

- **Intelligent Virtual DOM**: Smart row recombination to minimize redraws.
- **[Intelligent Virtual DOM](https://rv-grid.com/guide/overview#VNode-Reactive-DOM)**: Smart row recombination to minimize redraws.

- **Virtual Scroll**: Handles large datasets with infinite scroll.
- **[Virtual Scroll](https://rv-grid.com/guide/viewports)**: Handles large datasets with infinite scroll.

- **Formula Support**: Evaluate formulas in cell data.
- **[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).

- **Master Detail/Subtables/Forms**: Expand rows to reveal child data.
- **[Sorting](https://rv-grid.com/guide/sorting)**: Multiple options, customizable per column, with advanced event handling.

- **Drag and Drop**: Drag and drop in rows and columns.

- **Sorting**: Multiple options, customizable per column, with advanced event handling.

- **Filtering**:
- **[Filtering](https://rv-grid.com/guide/filters)**:
- Predefined system filters.
- Multi column filters.
- Conditional filters.
- Preserve existing collections.
- Custom filters to extend system filters with your own set.

- **Export**: Export data to file.
- **[Export](https://rv-grid.com/guide/export.plugin)**: Export data to file.

- **Custom Sizes**: Define custom sizes for columns and rows. Automatic sizing based on content.
- **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.

- **Column Resizing**: Adjust column widths.
- **[Column Resizing](https://rv-grid.com/guide/column/resize)**: Adjust column widths.

- **Pinned/Sticky/Freezed Elements**:
- Columns (define left or right).
- Rows (define top or bottom).
- [Columns](https://rv-grid.com/guide/column/pin) (define left or right).
- [Rows](https://rv-grid.com/guide/row/pin) (define top or bottom).

- **Grouping**:
- Column grouping (nested headers).
- Row grouping (nested rows).

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

- **Cell Merging**: Merge cells to form groups.

- **Customizations**:
- Column header template.
- Row header template.
- Cell template (create your own cell views).
- Cell editor (use predefined or apply your own custom editors and cell types).
- Cell properties (define custom properties for rendered cells).
- [Column grouping](https://rv-grid.com/guide/column/grouping) (nested headers).
- [Row grouping](https://rv-grid.com/guide/row/grouping) (nested rows).

- **Column Types**: [More details](https://rv-grid.com/guide/column/#Column-Formats)
- Text/String (default).
- Number.
- Select.
- Date.
- [Text/String](https://rv-grid.com/guide/column/types#String) (default).
- [Number](https://rv-grid.com/guide/column/types#Number).
- [Select/Dropdown](https://rv-grid.com/guide/column/types#Select-Dropdown).
- [Date](https://rv-grid.com/guide/column/types#Date).
- Custom (create extended styles using any template).

- **Range Operations**:
- Selection.
- Editing.
- [Selection](https://rv-grid.com/guide/defs#Range).
- [Editing](https://rv-grid.com/guide/defs#Range-Autofill).

- **Theme Packages**:
- **[Theme Packages](https://rv-grid.com/guide/theme)**:
- Excel-like (default).
- Material (compact, dark, or light).

- **Extensibility**: Modern VNode features and tsx support for easy extension.
- **[Extensibility](https://rv-grid.com/guide/jsx.template)**: Modern VNode features and tsx support for easy extension.

- **Trimmed Rows**: Hide rows on demand.
- **[Trimmed Rows](https://rv-grid.com/guide/row/#Trimmed-Rows)**: Hide rows on demand.

- **Plugin System**: Create custom plugins or extend existing ones easily.
- **[Plugin System](https://rv-grid.com/guide/plugin/)**: Create custom plugins or extend existing ones easily.

- **Additional Customizations and Improvements**: Explore hundreds of other small customizations and improvements in [RevoGrid](https://rv-grid.com/).
- **[Formula Support](https://rv-grid.com/guide/cell/formula)**: Evaluate formulas in cell data.

<br>
- **[Master Detail/Subtables/Forms](https://rv-grid.com/guide/row/master.pro)**: Expand rows to reveal child data.
- **[Cell/Column/Row Span/Merge](https://rv-grid.com/guide/cell/merge)**: Merge cells to form groups.

- **Customizations**:
- [Column header template](https://rv-grid.com/guide/column/header.template).
- [Row header template](https://rv-grid.com/guide/row/headers).
- [Cell properties](https://rv-grid.com/guide/cell/) (define custom properties for rendered cells).

- [Cell template](https://rv-grid.com/guide/cell/renderer) (create your own cell views).
- [Cell editor](https://rv-grid.com/guide/cell/editor) (use predefined or apply your own custom editors and cell types).

- **Rich API & Additional Improvements**: Explore hundreds of other small customizations and improvements in [RevoGrid](https://rv-grid.com/).

<h2 align="center">Framework Friendly</h2>

Expand Down Expand Up @@ -172,7 +168,7 @@ RevoGrid functions as a web component. Simply place the component on your page a

- [Import the grid into your project](https://rv-grid.com/guide/installation)

### Vanilla JS Grid Usage
### JavaScript Data Grid Usage

```javascript
// Select the RevoGrid element from the DOM
Expand Down
74 changes: 33 additions & 41 deletions readme/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,79 +2,71 @@

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

- **Accessibility**: Follows WAI-ARIA best practices.
- **[Accessibility](https://rv-grid.com/guide/wcag)**: Follows WAI-ARIA best practices.

- **Keyboard Support**:
- **[Keyboard Support](https://rv-grid.com/guide/defs#Keyboard)**:
- Excel-like focus for efficient navigation and editing.
- Seamless copy/paste from Excel, Google Sheets, or any other sheet format.


- **Lightweight**: Minimal initial bundle size ![Min size](https://badgen.net/bundlephobia/min/@revolist/revogrid@latest). Can be imported with polyfills or as a module for modern browsers.

- **Intelligent Virtual DOM**: Smart row recombination to minimize redraws.
- **[Intelligent Virtual DOM](https://rv-grid.com/guide/overview#VNode-Reactive-DOM)**: Smart row recombination to minimize redraws.

- **Virtual Scroll**: Handles large datasets with infinite scroll.
- **[Virtual Scroll](https://rv-grid.com/guide/viewports)**: Handles large datasets with infinite scroll.

- **Formula Support**: Evaluate formulas in cell data.
- **[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).

- **Master Detail/Subtables/Forms**: Expand rows to reveal child data.
- **[Sorting](https://rv-grid.com/guide/sorting)**: Multiple options, customizable per column, with advanced event handling.

- **Drag and Drop**: Drag and drop in rows and columns.

- **Sorting**: Multiple options, customizable per column, with advanced event handling.

- **Filtering**:
- **[Filtering](https://rv-grid.com/guide/filters)**:
- Predefined system filters.
- Multi column filters.
- Conditional filters.
- Preserve existing collections.
- Custom filters to extend system filters with your own set.

- **Export**: Export data to file.
- **[Export](https://rv-grid.com/guide/export.plugin)**: Export data to file.

- **Custom Sizes**: Define custom sizes for columns and rows. Automatic sizing based on content.
- **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.

- **Column Resizing**: Adjust column widths.
- **[Column Resizing](https://rv-grid.com/guide/column/resize)**: Adjust column widths.

- **Pinned/Sticky/Freezed Elements**:
- Columns (define left or right).
- Rows (define top or bottom).
- [Columns](https://rv-grid.com/guide/column/pin) (define left or right).
- [Rows](https://rv-grid.com/guide/row/pin) (define top or bottom).

- **Grouping**:
- Column grouping (nested headers).
- Row grouping (nested rows).

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

- **Cell Merging**: Merge cells to form groups.

- **Customizations**:
- Column header template.
- Row header template.
- Cell template (create your own cell views).
- Cell editor (use predefined or apply your own custom editors and cell types).
- Cell properties (define custom properties for rendered cells).
- [Column grouping](https://rv-grid.com/guide/column/grouping) (nested headers).
- [Row grouping](https://rv-grid.com/guide/row/grouping) (nested rows).

- **Column Types**: [More details](https://rv-grid.com/guide/column/#Column-Formats)
- Text/String (default).
- Number.
- Select.
- Date.
- [Text/String](https://rv-grid.com/guide/column/types#String) (default).
- [Number](https://rv-grid.com/guide/column/types#Number).
- [Select/Dropdown](https://rv-grid.com/guide/column/types#Select-Dropdown).
- [Date](https://rv-grid.com/guide/column/types#Date).
- Custom (create extended styles using any template).

- **Range Operations**:
- Selection.
- Editing.
- [Selection](https://rv-grid.com/guide/defs#Range).
- [Editing](https://rv-grid.com/guide/defs#Range-Autofill).

- **Theme Packages**:
- **[Theme Packages](https://rv-grid.com/guide/theme)**:
- Excel-like (default).
- Material (compact, dark, or light).

- **Extensibility**: Modern VNode features and tsx support for easy extension.
- **[Extensibility](https://rv-grid.com/guide/jsx.template)**: Modern VNode features and tsx support for easy extension.

- **Trimmed Rows**: Hide rows on demand.
- **[Trimmed Rows](https://rv-grid.com/guide/row/#Trimmed-Rows)**: Hide rows on demand.

- **Plugin System**: Create custom plugins or extend existing ones easily.
- **[Plugin System](https://rv-grid.com/guide/plugin/)**: Create custom plugins or extend existing ones easily.

- **Additional Customizations and Improvements**: Explore hundreds of other small customizations and improvements in [RevoGrid](https://rv-grid.com/).
- **[Formula Support](https://rv-grid.com/guide/cell/formula)**: Evaluate formulas in cell data.

<br>
- **[Master Detail/Subtables/Forms](https://rv-grid.com/guide/row/master.pro)**: Expand rows to reveal child data.
- **[Cell/Column/Row Span/Merge](https://rv-grid.com/guide/cell/merge)**: Merge cells to form groups.

- **Customizations**:
- [Column header template](https://rv-grid.com/guide/column/header.template).
- [Row header template](https://rv-grid.com/guide/row/headers).
- [Cell properties](https://rv-grid.com/guide/cell/) (define custom properties for rendered cells).
5 changes: 5 additions & 0 deletions readme/framework.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- [Cell template](https://rv-grid.com/guide/cell/renderer) (create your own cell views).
- [Cell editor](https://rv-grid.com/guide/cell/editor) (use predefined or apply your own custom editors and cell types).

- **Rich API & Additional Improvements**: Explore hundreds of other small customizations and improvements in [RevoGrid](https://rv-grid.com/).

<h2 align="center">Framework Friendly</h2>

<p align="center">
Expand Down
7 changes: 7 additions & 0 deletions readme/usage.angular.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
- [Cell template](https://rv-grid.com/guide/angular/renderer) (create your own cell views).
- [Cell editor](https://rv-grid.com/guide/angular/editor) (use predefined or apply your own custom editors and cell types).

- **Rich API & Additional Improvements**: Explore hundreds of other small customizations and improvements in [RevoGrid](https://rv-grid.com/).



### Usage Angular

With NPM:
Expand Down
2 changes: 1 addition & 1 deletion readme/usage.js.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Vanilla JS Grid Usage
### JavaScript Data Grid Usage

```javascript
// Select the RevoGrid element from the DOM
Expand Down
6 changes: 6 additions & 0 deletions readme/usage.react.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
- [Cell template](https://rv-grid.com/guide/react/renderer) (create your own cell views).
- [Cell editor](https://rv-grid.com/guide/react/editor) (use predefined or apply your own custom editors and cell types).

- **Rich API & Additional Improvements**: Explore hundreds of other small customizations and improvements in [RevoGrid](https://rv-grid.com/).


### Usage React

With NPM:
Expand Down
6 changes: 6 additions & 0 deletions readme/usage.svelte.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
- [Cell template](https://rv-grid.com/guide/cell/renderer) (create your own cell views).
- [Cell editor](https://rv-grid.com/guide/cell/editor) (use predefined or apply your own custom editors and cell types).

- **Rich API & Additional Improvements**: Explore hundreds of other small customizations and improvements in [RevoGrid](https://rv-grid.com/).


### Usage Svelte

With NPM:
Expand Down
7 changes: 6 additions & 1 deletion readme/usage.vue2.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
- [Cell template](https://rv-grid.com/guide/vue2/renderer) (create your own cell views).
- [Cell editor](https://rv-grid.com/guide/vue2/editor) (use predefined or apply your own custom editors and cell types).

- **Rich API & Additional Improvements**: Explore hundreds of other small customizations and improvements in [RevoGrid](https://rv-grid.com/).

### Usage Vue 2

With NPM:

```bash
npm i @revolist/vue-datagrid --save;
npm i @revolist/vue2-datagrid --save;
```

With Yarn:
Expand Down
6 changes: 6 additions & 0 deletions readme/usage.vue3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
- [Cell template](https://rv-grid.com/guide/vue3/renderer) (create your own cell views).
- [Cell editor](https://rv-grid.com/guide/vue3/editor) (use predefined or apply your own custom editors and cell types).


- **Rich API & Additional Improvements**: Explore hundreds of other small customizations and improvements in [RevoGrid](https://rv-grid.com/).

### Usage Vue 3

With NPM:
Expand Down

0 comments on commit 763c92a

Please sign in to comment.