Skip to content
56 features
Production-ready, across 13 categories
1M+ rows
Virtualized rendering, no jank
5+ frameworks
React, Vue, Angular, Svelte, vanilla
0 royalties
Per-dev license. Ship anywhere.

Tools you don't have to build.

Each of these is a multi-month engineering project on its own. With Pro, they're already wired into your grid - same data model, same API, same renderer.

01 / Pro

Spreadsheet power - inside your app.

100+ Excel formulas, smart auto-fill, multi-range selection, range copy preview, multiuser editing, filtering, cell merge, inline cell charts, a rich library of column types, column collapse/expand, .xlsx import and export matching the grid view. Your users get the UX they already know - without leaving your product.

Saves
10-14 wks
vs formula engine work
Spreadsheet
Replaces - Handsontable, Luckysheet, HyperFormula glue
02 / Pro

Hierarchies & master-detail - done right.

Tree views, server-side groups, drill-down, master-detail panels, advanced reordering, sticky cells, multilevel columns, and advanced filters with selection and sliders. Built for org charts, BOMs, accounting plans, file trees - anywhere your data nests.

Saves
6-10 wks
vs custom tree component
Hierarchy
Replaces - React-arborist, custom expanders, nested grid hacks
03 / Pro

Audit-ready by default - history, validation, traceability.

Every edit goes through the event manager - undo/redo, data validation, audit trail, flash highlights, range previews. Enforce rules at the cell level and hand it to your compliance team without writing a separate logger.

Saves
8 weeks
vs custom event pipeline
Audit
Replaces - Sentry-for-data, custom undo stacks, manual edit logs
04 / Enterprise

Advanced Reporting - group, aggregate, and drill down without a BI tool.

Drag dimensions into rows, columns, and values. Aggregations, subtotals, grand totals, drilldown, saved state. Client-side for snappy datasets, server-side for unbounded ones. Same component.

Saves
3-6 months
vs in-house BI layer
Pivot
Replaces - Tableau Embedded, Power BI Embedded, in-house OLAP layer
05 / Enterprise

Gantt & Scheduling - project planning, not a project.

Task trees, dependencies, auto and manual scheduling, baselines, resources, critical path, capacity warnings. MS Project-style task editor included. All of it driven by the same grid data model.

Saves
4-9 months
vs DIY scheduling engine
Gantt
Replaces - SyncFusion Gantt, MS Project Online, Bryntum

Render massive datasets from your server.

Keep the grid responsive while your backend owns the heavy work - paging, range loading, grouped branches, totals, and remote analytics contracts.

viewport

Infinite scroll

Request only the rows the user is approaching, append or replace slices, and keep total-based or open-ended scrolling smooth.

grouped

Server-side grouping

Let the API return group headers, child ranges, counts, and expanded branches without materializing every row in the browser.

pivot

Remote analytics

Pair Pivot with server-side row and column windows, deterministic cache keys, and drilldown responses for fact rows.

Grid request contract
  1. Viewport asks for rows 2,000-2,200
  2. API applies filters, sort, grouping, and permissions
  3. Grid receives rows, totals, and branch metadata
  4. User expands a group; only that branch is fetched
unbounded
source rows
sliced
browser payload
server
grouping work

56 features, 13 categories,
one consistent API. #

Everything is in the same component - no plugin sprawl, no separate bundles, no migration when you go from MIT to Pro.

Data Management6 features
Audit Trail History
Audit Trail History
History
History
Range Apply Preview
Range Apply Preview
Excel Export/Import
Excel Export/Import
Smart Auto Fill
Smart Auto Fill
Collaborative Editing
Collaborative Editing
Advanced Structures2 features
Hierarchical Data View
Hierarchical Data View
Row Transpose
Row Transpose
Grid Structure5 features
Merge Cells
Merge Cells
Auto Merge
Auto Merge
Column Collapse & Expand (Drill Down)
Column Collapse & Expand (Drill Down)
Column Hide
Column Hide
Column Group Reorder
Column Group Reorder
Filtering & Search5 features
Advanced Selection Filtering
Advanced Selection Filtering
Selection Filter Cascade
Selection Filter Cascade
Advanced Slider Filtering
Advanced Slider Filtering
Header Input Filtering
Header Input Filtering
Date Filter
Date Filter
Quality & Validation3 features
Cell Validation
Cell Validation
Input Validation
Input Validation
Clipboard with JSON
Clipboard with JSON
Layout & Styling6 features
Column Stretch
Column Stretch
Sticky Cells and Rows
Sticky Cells and Rows
Row Auto Size
Row Auto Size
Row Odd Styling
Row Odd Styling
Row Custom Heading
Row Custom Heading
Overlay layers
Overlay layers
Data Visualization7 features
Charts
Charts
Multi-Cell Formatting
Multi-Cell Formatting
Heat&Cold Maps
Heat&Cold Maps
Conditional Formatting
Conditional Formatting
Nested Grid
Nested Grid
Master Detail
Master Detail
Cell Flash
Cell Flash
Performance4 features
Infinite Scroll
Infinite Scroll
Pagination
Pagination
Pagination Remote
Pagination Remote
Server-side Grouping
Server-side Grouping
Calculations2 features
Formula
Formula
Grouping Aggregation
Grouping Aggregation
Interaction7 features
Context Menu
Context Menu
Tooltip
Tooltip
Row Grouping Drag and Drop
Row Grouping Drag and Drop
Row Advanced Drag and Drop
Row Advanced Drag and Drop
Row Checkbox Selection
Row Checkbox Selection
Column Selection
Column Selection
Next Line Focus (WCAG)
Next Line Focus (WCAG)
Data Entry6 features
Dynamic Form Editing
Dynamic Form Editing
Full Row Editing
Full Row Editing
Cell Checkbox Editors
Cell Checkbox Editors
Cell Slider Editor
Cell Slider Editor
Cell Counter Editor
Cell Counter Editor
Timeline Editor
Timeline Editor
Dev & Integration1 features
Event Manager
Event Manager
Enterprise Tools2 features
Pivot Table
Pivot Table
Gantt & Scheduling
Gantt & Scheduling
written with Claude
1// one import. entire scheduling layer.
2import { RevoGrid } from '@revolist/revogrid-react';
3import { GanttPlugin } from '@revolist/revogrid-pro';
4
5export function ProjectView() {
6  const gantt = new GanttPlugin({
7    tasks: projectData,
8    scheduling: 'auto',
9    criticalPath: true,
10    baselines: true,
11  });
12
13  return <RevoGrid plugins={[gantt]} />;
14}
ready✓ 0 type errors - ✓ compiled
- works with AI coding tools

AI writes the integration.
Pro provides the capability.

AI coding tools are excellent at wiring up APIs. RevoGrid Pro gives them a clear, typed, consistent surface to work with - so the integration that AI writes is built on a premium scheduling engine, a formula evaluator, or a pivot analytics layer.

TypeScript-first APIs through typed events and plugin configuration. Claude, Copilot and Cursor get accurate completions on the first try.
Consistent data model from the feature - no separate Gantt library, no BI iframe, no second table engine.
AI can customize it; can't replace it. Ask your AI to embed a Gantt for roadmap or turn customer MRR data into a pivot table; the underlying engine understands it.

Built for the apps that can't be slow.

RevoGrid Pro ships in fintech ops tools, healthcare back-offices, B2B SaaS dashboards, and internal data platforms - wherever the grid is the product.

FX

Fintech & trading desks

Streaming P&L, position blotters, settlement boards. Cell flash, sticky rows, audit history, and clipboard JSON make it production-ready.

  • Cell flash
  • Audit log
  • Multi-range
  • Formula engine
B2B

B2B SaaS & internal tools

Customer 360s, billing consoles, ops panels. Tree + master-detail + pivot replaces three custom components and a BI iframe.

  • Pivot
  • Master-detail
  • Tree
  • Excel export
PM

Project & resource planning

Gantt + scheduling for PMO tools, agency ops, manufacturing. Dependencies, capacity, critical path - without a second SDK.

  • Gantt
  • Scheduling
  • Resource view
  • Baselines

One API. Every framework you'll ever pick.

RevoGrid is built on web components, so the same Pro features run wherever you ship.

ReactVueAngularSvelteVanilla JS

Start with the MIT core.
Upgrade when you're ready.

No credit card for the open-source build. Pro license activates instantly - same component, same data, just more capability switched on.

Royalty-free - No deployment fee - Cancel anytime - 14-day trial