Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
revolist authored Nov 29, 2020
1 parent a273a4a commit 310c909
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Millions of cells and thousands columns easy and efficiently.
- Intelligent Virtual DOM and smart row recombination in order to achieve less redraws;
- Column and Row custom sizes;
- Column resizing;
- Column auto-size support (content related column size feature);
- Pinned columns (columns are always on the left or on the right of the screen);
- Pinned row (rows are always at the top or at the bottom);
- Column grouping;
Expand All @@ -44,6 +45,7 @@ Millions of cells and thousands columns easy and efficiently.
- Custom cell renderer templates (build your own cell view);
- Custom cell editor (apply your own editors and cell types);
- Custom cell properties;
- [Column types (select, string, number, date, custom)](https://revolist.github.io/revogrid/guide/column.types.html);
- Drag and drop rows;
- Column sorting;
- Range selection;
Expand All @@ -53,7 +55,6 @@ Millions of cells and thousands columns easy and efficiently.
- Easy extenation and support with modern VNode features and tsx support;
- Hundred small customizations and improvements [RevoGrid](https://revolist.github.io/revogrid).


## Overview

The RevoGrid component helps represent a huge amount of data in a form of data table "excel like" or as list.
Expand Down

0 comments on commit 310c909

Please sign in to comment.