Skip to main content

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

Reason this release was yanked:

broken component registration

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.3.tar.gz (53.3 kB 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.3-py3-none-any.whl (1.7 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: streamlit_aggrid_v2-0.1.3.tar.gz
  • Upload date:
  • Size: 53.3 kB
  • 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.3.tar.gz
Algorithm Hash digest
SHA256 ce207586a12555319b2255c8c3db20188bfe97f20379aa865e0d17b95778f29e
MD5 5f5bb891d9c3d820bccebd59b4f751fd
BLAKE2b-256 b50673fbc66feb3f8d3eef77e8867ae8b8ece53ea69e7615382c4b75fbb8a25a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for streamlit_aggrid_v2-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4aac7235092ebdc0768a38d9f964a475ea016fffafbe4f491f5b552b6a979070
MD5 93bb3bd07503c6606c0f890a85215079
BLAKE2b-256 3d7a35c41d38e9e690a00f56902fb6d0cab32436bba4d0cdea5825b0001c1fb4

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