@revolist/revogrid 4.12.8 → 4.12.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.
Files changed (2) hide show
  1. package/package.json +4 -3
  2. package/readme.md +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolist/revogrid",
3
- "version": "4.12.8",
3
+ "version": "4.12.9",
4
4
  "type": "module",
5
5
  "description": "Virtual reactive data grid spreadsheet component - RevoGrid.",
6
6
  "license": "MIT",
@@ -15,7 +15,6 @@
15
15
  },
16
16
  "keywords": [
17
17
  "revo-grid",
18
- "revolist",
19
18
  "csv",
20
19
  "datagrid",
21
20
  "datalist",
@@ -24,7 +23,7 @@
24
23
  "excel",
25
24
  "excel-grid",
26
25
  "export",
27
- "fast-grid",
26
+ "pivot",
28
27
  "filtering",
29
28
  "grid",
30
29
  "grouping",
@@ -32,6 +31,8 @@
32
31
  "reactive",
33
32
  "spreadsheet",
34
33
  "stenciljs",
34
+ "chart",
35
+ "sparkline",
35
36
  "storybook",
36
37
  "treeview",
37
38
  "virtualgrid",
package/readme.md CHANGED
@@ -59,6 +59,8 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
59
59
  - Multi column filters.
60
60
  - Conditional filters.
61
61
  - Preserve existing collections.
62
+ - Selection.
63
+ - Slider.
62
64
  - Custom filters to extend system filters with your own set.
63
65
 
64
66
  - **[Export](https://rv-grid.com/guide/export.plugin)**: Export data to file.
@@ -66,6 +68,7 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
66
68
  - **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.
67
69
 
68
70
  - **[Column Resizing](https://rv-grid.com/guide/column/resize)**: Adjust column widths.
71
+ - **Auto Size Columns**: Intelligent column width adjustment that automatically adapts to content, ensuring optimal readability and layout efficiency.
69
72
 
70
73
  - **Pinned/Sticky/Freezed Elements**:
71
74
  - [Columns](https://rv-grid.com/guide/column/pin) (define left or right).
@@ -96,7 +99,8 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
96
99
 
97
100
  - **[Plugin System](https://rv-grid.com/guide/plugin/)**: Create custom plugins or extend existing ones easily.
98
101
 
99
- - **[Formula Support](https://rv-grid.com/guide/cell/formula)**: Evaluate formulas in cell data.
102
+ - **[Formula Support](https://rv-grid.com/guide/cell/formula)**: Evaluate formulas in cell data with Excel-like syntax, including basic arithmetic, statistical functions, and cell references.
103
+ - **[Pivot Table](https://rv-grid.com/demo/pivot)**: Transform and analyze data dynamically with drag-and-drop field arrangement, aggregation functions, and interactive filtering capabilities.
100
104
 
101
105
  - **[Master Detail/Subtables/Forms](https://rv-grid.com/guide/row/master.pro)**: Expand rows to reveal child data.
102
106
  - **[Cell/Column/Row Span/Merge](https://rv-grid.com/guide/cell/merge)**: Merge cells to form groups.