# nicolaskruchten/pivottable

Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.

Repository: https://github.com/nicolaskruchten/pivottable
Canonical: https://ross.abutalabs.com/products/pivottable
Homepage: https://pivottable.js.org/
Language: CoffeeScript
License: MIT
License Family: permissive
Topics: pivot-tables, pivot-grid, crosstab, pivot-chart
Last push: 2024-01-06T13:46:24+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4818, "days_push": 970, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4436, forks 1079 (observed 2026-08-28T04:08:49.274766+00:00)

## What it is
PivotTable.js is a JavaScript pivot table (pivot grid, cross-tab) library with a drag'n'drop UI for summarizing and exploring datasets in the browser, built on jQuery/jQueryUI and originally written in CoffeeScript. Optional add-ons render the summary table as charts, and it integrates with Jupyter and RStudio.

## Use cases
- summarize a CSV dataset into an interactive pivot table in the browser
- let users drag and drop fields to explore data like an Excel pivot table
- render pivot tables as charts in a web dashboard
- embed interactive cross-tab analysis in a Jupyter notebook
- add ad-hoc data exploration to a web app

## When to choose
- you need a lightweight, dependency-light pivot table with drag'n'drop in a jQuery-based web app
- you want quick interactive data summarization on CSV or JSON data in the browser
- you need pivot tables in Jupyter or RStudio notebooks

## When to avoid
- you are building a modern React app - use react-pivottable instead
- you need heavy-duty big-data analytics or server-side aggregation
- you want a framework-free, modern-maintained component without jQuery dependencies

## Facets
- artifact type: library
- maturity: maintenance
- function: data-visualization, analytics, ui-components
- domain: data-visualization, analytics, data-science, web-development, frontend
- platform: browser
- tags: pivot-table, crosstab, pivot-chart, jquery-plugin, drag-and-drop, data-exploration, web-server, nodejs

## Member repositories
- nicolaskruchten/pivottable (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:49.274766+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:20:52.067396+00:00, confidence not recorded.
  - readme: https://github.com/nicolaskruchten/pivottable (fetched 2026-08-28T04:08:49.274766+00:00, sha 1c77a581add8)
  - homepage: https://pivottable.js.org/ (fetched 2026-08-29T09:08:26.389748+00:00, sha 34ffd3f1595a)
  - registry_npm: https://registry.npmjs.org/pivottable (fetched 2026-08-29T09:08:26.398902+00:00, sha fe6b8167ea07)
- Data as of 2026-08-30T08:39:29.467469+00:00.
