TonyGermaneri/canvas-datagrid
Canvas based data grid web component. Capable of displaying millions of contiguous hierarchical rows and columns without paging or loading, on a single canvas element. observed · 2026-08-28
Health v2 · maintenance only
42/100
- Activity 42
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3565
- days_rel: n/a
- days_push: 349
- n_releases_24m: 0
Adoption not part of the score
1571 stars · 205 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A canvas-based data grid implemented as a W3C web component that renders millions of rows and columns without paging or virtual loading. It draws everything on a single canvas element, so data size does not impact rendering performance.
Use cases
- display millions of rows in a browser table without pagination
- render a high-performance data grid in a web app
- show hierarchical drill-down grids inside table cells
- embed a sortable filterable spreadsheet-like grid in any framework
- build a touch-friendly data table for tablets and phones
When to choose
- you need to render very large datasets (hundreds of thousands to millions of rows) smoothly
- you want a framework-agnostic web component that works in any frontend stack
- you need hierarchical inner grids or grids-in-cells
- DOM-based table libraries are too slow for your data volume
When to avoid
- you need simple small tables where a plain HTML table or lightweight grid suffices
- you require accessibility features like native screen-reader table semantics, which canvas rendering complicates
- you need easy text selection, copy-paste, or SEO-indexable table content
- your team prefers declarative DOM-based components over canvas drawing
Facets
library · maturity active
ui-components data-visualization frontend web-development data-visualization browser datagrid web-component canvas datatable large-datasets hierarchical-data javascript web
1 source
- readme: https://github.com/TonyGermaneri/canvas-datagrid · fetched 2026-08-28 · 96147c1d2466
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| TonyGermaneri/canvas-datagrid | main | 42 |
For agents
markdown · JSON · MCP: product_card(name="TonyGermaneri/canvas-datagrid")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem