Streamlit component implementation of ag-grid-pro
Project description
streamlit-aggrid-pro
Install
pip install streamlit-aggrid-pro
Quick Use
Create an example.py file
from st_aggrid_pro import AgGridPro
import pandas as pd
df = pd.read_csv('https://raw.githubusercontent.com/fivethirtyeight/data/master/airline-safety/airline-safety.csv')
AgGridPro(df)
Run :
streamlit run example.py
注:
由于aggrid的最新包样式有问题,所以调整代码和样式,紧急升级此包
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file streamlit_aggrid_pro-0.3.35-py3-none-any.whl
.
File metadata
- Download URL: streamlit_aggrid_pro-0.3.35-py3-none-any.whl
- Upload date:
- Size: 19.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b41b990a50da9455a86aa406d7e667afe5080c66c32b995c9f66fca2350c78cb |
|
MD5 | 7626b10458d6094c956fc72eccabd824 |
|
BLAKE2b-256 | 4569a3f72c80b4e174b0e6805fc5c130c98ff4ead8ef28fe37294de12f411a1a |