# PablocFonseca/streamlit-aggrid

Implementation of Ag-Grid component for Streamlit

Repository: https://github.com/PablocFonseca/streamlit-aggrid
Canonical: https://ross.abutalabs.com/products/streamlit-aggrid
Homepage: https://pypi.org/project/streamlit-aggrid/
Language: Python
License: MIT
License Family: permissive
Topics: grid, table, component, streamlit
Last push: 2026-08-18T02:02:28+00:00

## Health v2 (maintenance only)
Score: 85/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 60, longevity 100
- inputs: {"age_days": 2085, "days_push": 16, "days_rel": 55, "gap_med": 173.0, "n_releases_24m": 3}
- flags: prerelease_only
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1294, forks 227 (observed 2026-08-28T04:04:16.314663+00:00)

## What it is
A Streamlit component that wraps the Ag-Grid JavaScript data grid, allowing interactive, editable tables in Streamlit apps. Grid edits are sent back to Python so dataframes can be reused in other components.

## Use cases
- show an interactive sortable table of a pandas dataframe in a streamlit app
- let users edit spreadsheet-like data in a web dashboard and get changes back in python
- build a data dashboard with filtering and grouping on large tables
- update a chart when the user edits grid rows
- display large datasets with pagination and selection in streamlit

## When to choose
- you are building Streamlit apps and need rich, interactive data grids beyond st.dataframe
- you want in-browser cell editing with results returned to Python
- you need Ag-Grid features like grouping, filtering, and selection in a Python dashboard

## When to avoid
- you are not using Streamlit
- you need Ag-Grid enterprise features without an Ag-Grid license
- you only need a simple static table display

## Facets
- artifact type: plugin
- maturity: active
- function: ui-components, data-visualization, plugin-system
- domain: data-visualization, web-development, data-science, developer-tools
- platform: python, cross-platform
- tags: streamlit, ag-grid, data-grid, editable-tables, pandas, web-server

## Member repositories
- PablocFonseca/streamlit-aggrid (main) score 85

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:16.314663+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:54:03.780015+00:00, confidence not recorded.
  - readme: https://github.com/PablocFonseca/streamlit-aggrid (fetched 2026-08-28T04:04:16.314663+00:00, sha d9cf3a9d74c1)
  - homepage: https://pypi.org/project/streamlit-aggrid/ (fetched 2026-08-29T12:10:44.980326+00:00, sha 4b4e8fead74a)
  - registry_pypi: https://pypi.org/pypi/streamlit-aggrid/json (fetched 2026-08-29T12:10:44.989959+00:00, sha 4614b80be4b5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
