# 6pac/SlickGrid

A lightning fast JavaScript grid/spreadsheet

Repository: https://github.com/6pac/SlickGrid
Canonical: https://ross.abutalabs.com/products/6pac-slickgrid
Homepage: https://stackblitz.com/github/6pac/SlickGrid/tree/master/vite-demo
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2026-08-25T05:39:10+00:00

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

## Adoption (not part of the score)
Stars 2064, forks 429 (observed 2026-08-28T04:06:09.979525+00:00)

## What it is
SlickGrid is a fast, lightweight JavaScript/TypeScript datagrid and spreadsheet component for the browser, continuing the legacy mleibman/SlickGrid project. It supports frozen rows/columns, plugins like RowDetail and GridMenu, and has only SortableJS as a hard dependency.

## Use cases
- render large datasets in a fast html table grid
- build a spreadsheet-like grid in the browser
- add sortable and pinned columns to a data table
- display thousands of rows with virtual scrolling
- create an editable data grid in a web app
- add context menus and row detail panels to a grid

## When to choose
- you need a high-performance grid for large datasets in vanilla JS or a framework without a dedicated wrapper
- you want a lightweight grid with minimal dependencies
- you need features like frozen rows/columns, cell menus, and grid state persistence

## When to avoid
- you prefer a batteries-included grid with official framework bindings out of the box (see Slickgrid-Universal instead)
- you need a full spreadsheet engine with formula support
- you rely on jQuery or jQueryUI integration from legacy SlickGrid versions

## Facets
- artifact type: library
- maturity: active
- function: ui-components, frontend-framework
- domain: web-development, frontend, developer-tools
- platform: browser, cross-platform
- tags: datagrid, spreadsheet, typescript, data-grid, table, sortablejs, virtual-scrolling, nodejs

## Member repositories
- 6pac/SlickGrid (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:09.979525+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-30T02:56:58.190476+00:00, confidence not recorded.
  - readme: https://github.com/6pac/SlickGrid (fetched 2026-08-28T04:06:09.979525+00:00, sha 8073edfbe592)
  - homepage: https://stackblitz.com/github/6pac/SlickGrid/tree/master/vite-demo (fetched 2026-08-29T10:37:32.643476+00:00, sha 2e81b92940d6)
  - registry_npm: https://registry.npmjs.org/slickgrid (fetched 2026-08-29T10:37:32.652754+00:00, sha 04b07258bcad)
- Data as of 2026-08-30T08:39:29.467469+00:00.
