# tabalinas/jsgrid

Lightweight Grid jQuery Plugin

Repository: https://github.com/tabalinas/jsgrid
Canonical: https://ross.abutalabs.com/products/jsgrid
Homepage: http://js-grid.com
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2023-04-04T00:37:46+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": 4331, "days_push": 1248, "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 1519, forks 342 (observed 2026-08-28T04:04:57.645093+00:00)

## What it is
jsGrid is a lightweight client-side data grid control implemented as a jQuery plugin. It provides table rendering with built-in inserting, filtering, editing, deleting, paging, sorting, and validation, working with any data source from static arrays to REST services.

## Use cases
- add an editable data table to a web page
- render server data in a sortable, filterable grid
- build CRUD tables backed by a REST API
- add client-side paging and sorting to tabular data
- validate and edit rows inline in a jQuery app
- localize a data grid for multiple languages

## When to choose
- you already use jQuery and need a quick, lightweight data grid
- you need full CRUD operations (insert, edit, delete, filter, sort, page) in one control
- you want a simple grid without a heavy framework dependency
- you need built-in validation and i18n for grid data

## When to avoid
- you use a modern framework like React, Vue, or Angular with its own table ecosystem
- you need virtualized rendering for very large datasets
- you want a dependency-free vanilla JavaScript component
- you need active development or frequent updates - the project is in maintenance mode

## Facets
- artifact type: plugin
- maturity: maintenance
- function: ui-components, form-handling, data-visualization
- domain: frontend, web-development, developer-tools
- platform: browser
- tags: jquery-plugin, data-grid, crud-table, client-side, paging, sorting, filtering, inline-editing, javascript

## Member repositories
- tabalinas/jsgrid (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:57.645093+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:31:58.584194+00:00, confidence not recorded.
  - readme: https://github.com/tabalinas/jsgrid (fetched 2026-08-28T04:04:57.645093+00:00, sha c6088c0ba249)
  - homepage: http://js-grid.com (fetched 2026-08-29T11:35:34.059231+00:00, sha 0c29dbd62549)
  - site_page: http://js-grid.com/docs (fetched 2026-08-29T11:35:34.065768+00:00, sha a62fbf9eb339)
  - site_page: http://js-grid.com/getting-started (fetched 2026-08-29T11:35:34.063774+00:00, sha 303cf70cc48b)
  - registry_npm: https://registry.npmjs.org/jsgrid (fetched 2026-08-29T11:35:34.071058+00:00, sha d8214cea57c9)
  - site_page: http://js-grid.com/releases (fetched 2026-08-29T11:35:34.069168+00:00, sha d343c669071a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
