Skip to main content

AG Grid component for Streamlit — interactive tables, editing, filtering & more.

Reason this release was yanked:

front end assets missing

Project description

streamlit-aggrid-v2

AG Grid component for Streamlit — interactive tables, editing, filtering & more.

Built on AG Grid v34.3.1.

Acknowledgments

This project is a continuation of streamlit-aggrid, originally created by Pablo Fonseca. Huge thanks to Pablo for building and maintaining the first version that the Streamlit community relied on for years.

Install

pip install streamlit-aggrid-v2

Quick Start

from st_aggrid import AgGrid
import pandas as pd

df = pd.read_csv(
    "https://raw.githubusercontent.com/fivethirtyeight/data/master/airline-safety/airline-safety.csv"
)
AgGrid(df)

Note: The Python import stays st_aggrid — only the pip install name changed.

streamlit run example.py

What's New in v2

  • No iframes — AG Grid renders directly in the Streamlit DOM via Custom Components v2 (CCv2), eliminating postMessage serialization overhead for large datasets.
  • Better theming — CSS --st-* variables auto-adapt to the active Streamlit theme. All four AG Grid themes (quartz, alpine, balham, material) supported with automatic dark mode detection.
  • Modern build — Vite + ESM replaces the legacy webpack/CRA toolchain.
  • Bug fixes — 25 bugs fixed from the original codebase (mutable defaults, Path handling, event listener leaks, theme issues, and more).
  • Maintained — Active development with semantic versioning and automated releases.

The public Python API (AgGrid(), GridOptionsBuilder, etc.) is fully backward compatible. Existing code should work by changing only the pip install line.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

streamlit_aggrid_v2-0.1.2.tar.gz (1.6 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

streamlit_aggrid_v2-0.1.2-py3-none-any.whl (1.7 MB view details)

Uploaded Python 3

File details

Details for the file streamlit_aggrid_v2-0.1.2.tar.gz.

File metadata

  • Download URL: streamlit_aggrid_v2-0.1.2.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for streamlit_aggrid_v2-0.1.2.tar.gz
Algorithm Hash digest
SHA256 0638e4b223182e09442c4c4b3069f01c4f080ce150f324aed0af413088e430f0
MD5 ce704d080fb98c835d5a3f357f13d8c7
BLAKE2b-256 33790f4e4f4cfecfe4b06e0a0d50fad3a438a6604883d95a982f0f2b77f03505

See more details on using hashes here.

File details

Details for the file streamlit_aggrid_v2-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for streamlit_aggrid_v2-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3640f61739f24d6b14f0224b0573d30bd76d6ca7f323ae78ddc160c6334f90fc
MD5 ed85fcf3c1bc982621453dd908db6e57
BLAKE2b-256 d7c42f067eca4ea9f35d8bd8a025845956648bce7315e5cc1db96f5ada0cd00d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page