{
  "slug": "tanstack-table",
  "name": "TanStack Table",
  "url": "https://tanstack.com/table",
  "cat": "dx",
  "group": "build",
  "tagline": "Headless data table",
  "price": "Free · MIT",
  "tier": "free",
  "pick": false,
  "what": "A headless table engine, now v9, that computes sorting, filtering, pagination, grouping, row selection, column resizing and virtualization but renders nothing. You supply the markup, so it drops straight into shadcn table components.",
  "why": "The shadcn data-table component is TanStack Table underneath, so you likely already have it. Hand-rolling multi-column sort plus filter plus pagination is a week of subtle bugs.",
  "warn": "v9 is a major rewrite over the widely-tutorialised v8, so snippets copied from 2024 will not compile. Headless means you still write all the styling.",
  "install": "npm install @tanstack/react-table",
  "category": {
    "key": "dx",
    "name": "Libraries & build tooling",
    "desc": "The dependencies your AI will reach for whether or not you chose them. Know what they are.",
    "group": "build",
    "groupName": "Build it"
  },
  "freshness": null,
  "health": {
    "ok": true,
    "status_code": 200,
    "final_url": "https://tanstack.com/table/latest",
    "checked_at": "2026-08-18T21:22:12.874+00:00"
  },
  "corrected_at": null,
  "upstream_changed_at": null
}