Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Implementation of Ag-Grid component for Streamlit
| Date | Stars |
|---|---|
| 2026-07-24 | 1293 |
| 2026-07-25 | 1293 |
| 2026-07-28 | 1293 |
| 2026-07-30 | 1293 |
| 2026-08-06 | 1293 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# streamlit-aggrid [![Open in Streamlit][share_badge]][share_link] [![GitHub][github_badge]][github_link] [![PyPI][pypi_badge]][pypi_link] [![Downloads][downloads_badge]][downloads_link] > [!IMPORTANT] > 💡 **Support the Development of streamlit-aggrid!** > This project is the result of countless hours of dedication by a solo Python developer. If you find it useful, consider giving back to help keep it alive and thriving. > > ### Ways to Contribute: > - **[Donate via PayPal](https://www.paypal.com/donate?hosted_button_id=8HGLA4JZBYFPQ):** A quick and secure way to show your support. > > Every contribution, no matter the size, makes a difference and helps ensure the continued improvement of this project. Thank you for your generosity! 🙌 > For sponsoring, development support, features prioritization you can [email me](mailto:[email protected]). [Live examples](https://staggrid-examples.streamlit.app/) and documentation on Streamlit Cloud. --- **AgGrid** is an awesome grid for web frontend. More information in [https://www.ag-grid.com/](https://www.ag-grid.com/). Consider purchasing a license from Ag-Grid if you are going to use enterprise features! Current AgGrid version is [34.3.1](https://www.ag-grid.com/archive/34.3.1/) # Install ``` pip install streamlit-aggrid ``` # Quick Use Create an example.py file ```python 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) ``` Run : ```shell streamlit run example.py ``` # Demo Grid data is sent back to streamlit and can be reused in other components. In the example below a chart is updated on grid edition.  # Development Notes Version 1.2.0 - Added `server_sync_strategy` parameter to control data synchronization between server and client - Deprecates try_to_convert_back_to_original_types, now grid will always try to keep proper datatypes when editing data. - Upgrades internal ag-grid to version 34.3.1 - post1: fixes empty data initialization. - post2: fixes callback triggering multiple times, when other streamlit widgets updates Version 1.1.9 - Updates internal grid to 34.2.0 - Fixes BigInt serialization bug, caused by the new PyArrow serialization. Version 1.1.8 - **Major refactor**: Introduced collector-based architecture for grid data return processing - Added new `DataReturnMode.CUSTOM` allowing custom JavaScript data collection logic - Improved data serialization and handling of complex data types (data is now transfered using Streamlit`s ArrowTable protobuff) - Enhanced performance for large datasets through optimized data processing - Added comprehensive test suite for grid return functionality - Added deprecation warnings for `GridUpdateMode` (use `update_on` parameter instead) - Enhanced documentation with detailed parameter descriptions Version 1.1.7 - Updates inner Ag-Grid to v. 34.0.2 - Fixes a bug related to moving columns with grandTotalRow present Version 1.1.5 - Fix licensing when not using License bundled with AgCharts. - Added option for fullscreen mode. - Refactored grid toolbar. Version 1.1.4 - onGridReady Event fires when set in grid Options. - Fixes grid return when data input data is Json. - post1 fixes packaging bug caused by poetry update to 2.1.2 Version 1.1.3 - fixes enterprise modules being enabled by default. (If using enterprise features, buy a license from Ag Grid.) - fixes grid initialization when neither data nor gridOptions are set. - 1.1.3.post1 fixes [#317](https://github.com/PablocFonseca/streamlit-aggrid/issues/317) Version 1.1.2 - adds PR #308 - Callbacl functionality Version 1.1.1 - Solves [#306](https://github.com/PablocFonseca/streamlit-aggrid/issues/306) and [#305](https://github.com/PablocFonseca/streamlit-aggrid/issues/305) Version 1.1.0 - Updated AgGr
Excerpt of 10,097 characters
Read on GitHub276
Marc Abramowitz · @adobe · United States
5
4
4
4
3
2
2
1
1
Rens · Answer.AI
1
1
1
1
1
1
1
1
1
Alex Rogozhnikov · United States
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:c729e00d8df827c3, topic:streamlit