Skip to main content

Streamlit component implementation of ag-grid

Project description

streamlit-aggrid

Open in Streamlit GitHub PyPI

AgGrid is an awsome grid for web frontend. More information in https://www.ag-grid.com/. Consider purchasing a license from Ag-Grid if you are going to use enterprise featrues!

Comment on discuss.streamlit.io If you like it or Buy me a beer 🍺!


Install

pip install streamlit-aggrid

Quick Use

Create an example.py file

from st_aggrid import AgGrid

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

Run :

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.

example image

Develpoment Notes

Version 0.1.3

  • Fixed bug where cell was blank after edition.
  • Added enable_enterprise_modules argument to AgGrid call for enabling/disabling enterprise features
  • It is now possible to inject js functions on gridOptions. Enabling advanced customizations such as conditional formating (check 4th column on the example)

Version 0.1.2

  • added customCurrencyFormat as column type

Version 0.1.0:

  • I worked a little bit more on making the example app functional.
  • Couple configuration options for update mode (How frontend updates streamlit) and for data returns (grid should return data filtered? Sorted?)
  • Some basic level of row selection
  • Added some docstrings specially on gridOptionsBuilder methods
  • Lacks performance for production. JS Client code is slow...

Project details


Release history Release notifications | RSS feed

This version

0.1.4

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-0.1.4.tar.gz (2.3 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-0.1.4-py3-none-any.whl (11.3 MB view details)

Uploaded Python 3

File details

Details for the file streamlit-aggrid-0.1.4.tar.gz.

File metadata

  • Download URL: streamlit-aggrid-0.1.4.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

File hashes

Hashes for streamlit-aggrid-0.1.4.tar.gz
Algorithm Hash digest
SHA256 123fbaf7ac9f8324226d59974749c98315ba5692f69d6c4d908e60da4bd6b859
MD5 4e9ce8112599c2fe7f5db9bcc388ae09
BLAKE2b-256 556e051010fa3761cdbcc7620644d08e27141bb6d2b83ba5fa6eac1554f45b82

See more details on using hashes here.

File details

Details for the file streamlit_aggrid-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: streamlit_aggrid-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 11.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

File hashes

Hashes for streamlit_aggrid-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 648f49f13e416c22fd2c141ade79d5d8667642fc73070aa221cd25464f5da6f8
MD5 a64e65b2ee123236b2428ba0b5bd4da9
BLAKE2b-256 4014d193f94c37ee163816e4e166a71b8f094af62ea01545d4ad958f20478852

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