A Streamlit component that wraps SlickGrid
Project description
streamlit-slickgrid
A wrapper that allows you to use SlickGrid in Streamlit.
Installation instructions
pip install streamlit-slickgrid
Usage instructions
See streamlit_slickgrid/example.py.
Contributing
On one terminal:
cd [this folder]
python -m venv .venv # One-time only.
source .venv/bin/activate
pip install -e .[dev]
streamlit run streamlit_slickgrid/example.py
On another terminal:
cd [this folder]
cd streamlit_slickgrid/frontend
npm install
npm run start
Building wheel file
cd [this folder]
cd streamlit_slickgrid/frontend
npm run build
cd ../..
python -m build --wheel # or: uv build
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
streamlit_slickgrid-0.1.2.tar.gz
(39.8 kB
view details)
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_slickgrid-0.1.2.tar.gz.
File metadata
- Download URL: streamlit_slickgrid-0.1.2.tar.gz
- Upload date:
- Size: 39.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.29
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c7bfeb0783d397282d39d90584f413552440876482ab05cefa523d103ba24bd
|
|
| MD5 |
5a34f2a5508575e8fbc5ed4db4333b9c
|
|
| BLAKE2b-256 |
4d112020e30fcb58c952cc41340fba0392a96167ff5839bdcc125df0447c2c4e
|
File details
Details for the file streamlit_slickgrid-0.1.2-py3-none-any.whl.
File metadata
- Download URL: streamlit_slickgrid-0.1.2-py3-none-any.whl
- Upload date:
- Size: 37.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.29
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b14c35a8d6881e1346aa40d976491b651059288e66ff40f84f36771528bc4ce0
|
|
| MD5 |
588fdeb77147a9a1a8f07e10a05cfce5
|
|
| BLAKE2b-256 |
05d36ae61b5c2300829bed0ec44ed0e8654888a9ea376080aa3ad52bcbe2bee7
|