Skip to content
RevoGrid Pro / Pivot

Multidimensional analytics, embedded.

Drag-and-drop pivot tables for web apps. Slice any dataset by rows, columns, aggregations, and filters without leaving the page.

Drag-and-drop dimensionsMulti-level aggregationHeatmap cell renderingClient-side on 350K+ rows
pivot-analytics.revogrid.ts
350K+rows client-side
Anydimension combination
8aggregation types
0server round-trips

Everything a production
pivot table needs.

Not a summary view bolted on top. A full-featured pivot engine built on RevoGrid's high-performance rendering core.

DnD

Drag-and-Drop Dimensions

Move fields between Rows, Columns, Data, and Filters slots at runtime. The pivot table updates instantly.

Drag fieldsRuntime pivotZero reload
SUM

Multi-Level Aggregation

Sum, average, count, min/max, median, or bring your own aggregation function. Use multiple aggregations on the same field.

SUM / AVG / CNTCustom agg fnMulti-agg
MAP

Heatmap Cell Rendering

Built-in value-based color coding with configurable thresholds and custom color scales for fast outlier detection.

Heatmap cellsColor scalesThreshold config
ROW

Row & Column Grouping

Drag any dimension field to Rows or Columns. Subtotals and grand totals are computed automatically at every group level.

SubtotalsGrand totalNested groups
CPU

Client-Side at Scale

No server round-trip on pivot operations. Bind the pivot config directly and run aggregations against the grid source.

const plugins = [PivotPlugin]
const pivot = {
  rows: ['City', 'Membership Type'],
  columns: ['Discount Applied'],
  values: [{ prop: 'Total Spend', aggregator: 'sum' }],
} satisfies PivotConfig
<RevoGrid plugins="plugins" pivot="pivot" />
350K rowsIn-memoryPivotPlugin
CSV

Export to Excel / CSV

Export pivot tables with headers, subtotals, and formatted values. Works with filtered or fully pivoted views.

XLSX exportCSV exportFormatted values

What teams build with it.

RevoGrid Pivot ships inside BI dashboards, analytics products, financial reporting tools, and data-heavy internal apps.

01

Revenue Analytics

Slice revenue by segment, region, channel, and time period. Drill from quarterly to weekly with nested row grouping.

Revenue by segment and channel
Drill-down grouping
YoY comparison columns
SUM / percent change / growth agg
02

Customer Analytics

Pivot customer data by membership, spend, and behavioral metrics. Heatmap ratings across segments for instant insight.

Membership tier by city pivot
Avg rating heatmap
Spend distribution
Filter by discount applied
03

Financial Reporting

P&L, cost center analysis, and budget vs actuals in a live, filterable pivot table embedded in your app.

Budget vs actual
Cost center by department
Multi-currency aggregation
Export to Excel for finance teams
Included in RevoGrid Pro Advanced

Pivot is part of the Pro Advanced bundle.

One Pro Advanced license gives your team Pivot Tables, Gantt charts, the full Plugin API, typed source access, and direct engineering support. No per-feature upsell.

Pro Advanced from
$499
/developer/year
+Pivot Tables
+Gantt and dependencies
+Plugin API
+Typed source access
+Engineering support

Embed pivot analytics in your product.

Client-side pivot tables for React, Vue, Angular, Svelte, and vanilla JS. Included in Pro Advanced.