Skip to content

Commit ccf19dd

Browse files
committed
readme
1 parent 8a7730e commit ccf19dd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,16 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
6161
- Multi column filters.
6262
- Conditional filters.
6363
- Preserve existing collections.
64+
- Selection.
65+
- Slider.
6466
- Custom filters to extend system filters with your own set.
6567

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

6870
- **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.
6971

7072
- **[Column Resizing](https://rv-grid.com/guide/column/resize)**: Adjust column widths.
73+
- **Auto Size Columns**: Intelligent column width adjustment that automatically adapts to content, ensuring optimal readability and layout efficiency.
7174

7275
- **Pinned/Sticky/Freezed Elements**:
7376
- [Columns](https://rv-grid.com/guide/column/pin) (define left or right).
@@ -98,7 +101,8 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
98101

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

101-
- **[Formula Support](https://rv-grid.com/guide/cell/formula)**: Evaluate formulas in cell data.
104+
- **[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.
105+
- **[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.
102106

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

lib/revogrid.ts

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export const RevoGrid = /*@__PURE__*/ Vue.extend({
5454
jobsBeforeRender: {} as PropOptions<Components.RevoGrid['jobsBeforeRender']>,
5555
registerVNode: {} as PropOptions<Components.RevoGrid['registerVNode']>,
5656
accessible: {} as PropOptions<Components.RevoGrid['accessible']>,
57+
canDrag: {} as PropOptions<Components.RevoGrid['canDrag']>,
5758
},
5859

5960

0 commit comments

Comments
 (0)