@revolist/revogrid-react 4.14.1 → 4.14.3

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/README.md +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -63,6 +63,7 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
63
63
  - Preserve existing collections.
64
64
  - Selection.
65
65
  - Slider.
66
+ - Header filtering.
66
67
  - Custom filters to extend system filters with your own set.
67
68
 
68
69
  - **[Export](https://rv-grid.com/guide/export.plugin)**: Export data to file.
@@ -78,6 +79,7 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
78
79
 
79
80
  - **Grouping**:
80
81
  - [Column grouping](https://rv-grid.com/guide/column/grouping) (nested headers).
82
+ - Column grouping Drill Down: Collapse grouping columns to streamline your grid view, trimming away unnecessary columns and enhancing data organization. Perfect for focusing on the information that matters most, while keeping your workspace clean and efficient.
81
83
  - [Row grouping](https://rv-grid.com/guide/row/grouping) (nested rows).
82
84
 
83
85
  - **Column Types**: [More details](https://rv-grid.com/guide/column/#Column-Formats)
@@ -106,11 +108,15 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
106
108
 
107
109
  - **[Master Detail/Subtables/Forms](https://rv-grid.com/guide/row/master.pro)**: Expand rows to reveal child data.
108
110
  - **[Cell/Column/Row Span/Merge](https://rv-grid.com/guide/cell/merge)**: Merge cells to form groups.
111
+ - **Auto Merge**: Automatically merges cells with identical values in a column.
112
+ - **Form editig**: Edit forms directly within the grid, featuring all necessary fields, including custom options and markdown support for a fast and enhanced data entry experience.
109
113
 
110
114
  - **Customizations**:
111
115
  - [Column header template](https://rv-grid.com/guide/column/header.template).
112
116
  - [Row header template](https://rv-grid.com/guide/row/headers).
113
117
  - [Cell properties](https://rv-grid.com/guide/cell/) (define custom properties for rendered cells).
118
+ - Nested grids: Build a grid inside a grid, showcasing advanced editing options and user interactions for a more dynamic data presentation.
119
+ - Context Menu: Build context menus for any grid element - from cells to headers. Cut, copy, paste, add rows, modify columns, and more. Fully customizable with your own actions and behaviors.
114
120
 
115
121
  - [Cell template](https://rv-grid.com/guide/react/renderer) (create your own cell views).
116
122
  - [Cell editor](https://rv-grid.com/guide/react/editor) (use predefined or apply your own custom editors and cell types).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@revolist/revogrid-react",
3
3
  "sideEffects": false,
4
- "version": "4.14.1",
4
+ "version": "4.14.3",
5
5
  "description": "React DataGrid Spreadsheet component with native cell render support",
6
6
  "main": "./dist/react-datagrid.umd.cjs",
7
7
  "module": "./dist/react-datagrid.js",
@@ -64,7 +64,7 @@
64
64
  "homepage": "https://github.com/revolist/revogrid#readme",
65
65
  "license": "MIT",
66
66
  "dependencies": {
67
- "@revolist/revogrid": "4.14.1"
67
+ "@revolist/revogrid": "4.14.3"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@types/react": "^18.3.2",