AG Grid component for Streamlit — interactive tables, editing, filtering & more.
Reason this release was yanked:
front end assests 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 thepip installname 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file streamlit_aggrid_v2-0.1.1.tar.gz.
File metadata
- Download URL: streamlit_aggrid_v2-0.1.1.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
405f1bd657087e7dbd8f1d3d9095d0e8bd1ea97d8a2922e0315c42b65f8d6f80
|
|
| MD5 |
5e5d91b49856cbe7735990ddec5bc256
|
|
| BLAKE2b-256 |
34138a3f382e1ba2306c4e21767655bfaec24b2e7b65b350bb262068d7a97655
|
File details
Details for the file streamlit_aggrid_v2-0.1.1-py3-none-any.whl.
File metadata
- Download URL: streamlit_aggrid_v2-0.1.1-py3-none-any.whl
- Upload date:
- Size: 1.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce17ada982c32aa70a1bab2e8f922a7acc12d6dba1569efae8338bd496756ab0
|
|
| MD5 |
c20670b4792ab11b7f643b9a5b68502c
|
|
| BLAKE2b-256 |
c9c200600f202dca3787968d3860e7c50ac3b448b12017041a4299b98da099f0
|