# react-component/table

📋 Low-level table primitives for React, maintained in the Ant Design ecosystem.

Repository: https://github.com/react-component/table
Canonical: https://ross.abutalabs.com/products/react-component-table
Homepage: https://react-component.github.io/table
Language: TypeScript
License: MIT
License Family: permissive
Topics: ant-design, antd, javascript, react, react-component
Last push: 2026-08-24T13:20:07+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 4290, "days_push": 9, "days_rel": 16, "gap_med": 3.0, "n_releases_24m": 55}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1373, forks 616 (observed 2026-08-28T04:04:32.790474+00:00)

## What it is
@rc-component/table is a low-level React table component library providing primitives for building data tables, including fixed headers, sticky columns, expandable rows, summaries, and virtual scrolling. It is maintained within the Ant Design ecosystem and serves as the foundation for Ant Design's Table component.

## Use cases
- render data tables in React with sortable columns
- build a table with fixed header and sticky columns
- create expandable rows in a React table
- display large datasets with virtualized table rows
- build a custom design system table component
- add column grouping and summary rows to a React table

## When to choose
- you need low-level table primitives to compose into your own design system
- you are building on top of the Ant Design ecosystem
- you need virtual scrolling for large datasets in React tables

## When to avoid
- you want a batteries-included styled table out of the box (use Ant Design instead)
- you need a full data grid with editing, pivoting, or Excel-like features
- you are not using React

## Facets
- artifact type: library
- maturity: active
- function: ui-components, frontend-framework
- domain: frontend, web-development, developer-tools
- platform: -
- tags: react, table, data-grid, ant-design, typescript, virtual-scrolling, web-server, nodejs

## Member repositories
- react-component/table (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:32.790474+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-30T04:40:43.379221+00:00, confidence not recorded.
  - readme: https://github.com/react-component/table (fetched 2026-08-28T04:04:32.790474+00:00, sha 5ca26ecbe5a5)
  - homepage: https://react-component.github.io/table (fetched 2026-08-29T11:57:35.160593+00:00, sha 8a6dbeb2f07a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
