Skip to content
RevoGrid Pro - v2+

Ship the data layer in days, not quarters.

Advanced layouts, reports & analytics, charts, master-detail, and audit trails — production-ready modules that drop into the grid you already use.

Get Pro Request Pro Trial
MIT core, always free5+ frameworks, one APIRoyalty-free
RevoGrid Pro demo
57 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.

57 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
Advanced Structures2 features
Grid Structure5 features
Filtering & Search5 features
Quality & Validation3 features
Layout & Styling6 features
Data Visualization7 features
Performance4 features
Calculations2 features
Interaction7 features
Data Entry6 features
Dev & Integration1 features
Pro Advanced Modules3 features

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 Advanced

Pivot & 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
04 / 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
05 / Pro Advanced

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
Designed for AI-assisted integration
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
- AI-assisted integration

AI accelerates the integration.
Pro delivers the production system.

Use AI coding tools to connect your data, UI, and product workflows faster. RevoGrid Pro supplies the maintained engineering underneath - domain engines, stable contracts, compatibility work, migrations, examples, and support.

Typed APIs and maintained examples give coding agents a reliable integration surface instead of forcing them to guess at events, plugin configuration, or payloads.
Tested scheduling behavior and defined formula evaluation semantics handle the domain logic behind planning and spreadsheet workflows.
Pivot state models and remote-data contracts keep analytics, drill-down, grouping, totals, caching, and server-owned data flows consistent.
Browser compatibility plus accessibility and keyboard handling are maintained across the shared grid foundation and framework integrations.
Version-aware migrations, maintained examples, commercial support, and ongoing fixes reduce the long-term ownership cost after the first generated integration.

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