Streamlit component implementation of react-awesome-table
Project description
Streamlit-Excel-Table
This Streamlit component is a wrapper component of @tk42/react-awesome-table.
react-awesome-table is a great table module like Microsoft Excel for web frontend. More information in Kazunori-Kimura/react-awesome-table (Thanks!)
Install
pip install streamlit-excel-table
Overview
Streamlit-Excel-Table is a Streamlit component like Microsoft Excel.
import streamlit as st
from st_excel_table import Table
st.title("Streamlit-Excel-Table")
data = [
{"id": "hoge", "x": 5.77, "y": 8.85, "color": "red"},
{"id": "hogedb", "x": 15.77, "y": 18.85, "color": "red"},
{"id": "hogeba", "x": 25.77, "y": 28.85, "color": "red"},
{"id": "hogeas", "x": 35.77, "y": 38.85, "color": "red"},
]
Table(data, columns)
Project details
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-excel-table-0.2.3.tar.gz.
File metadata
- Download URL: streamlit-excel-table-0.2.3.tar.gz
- Upload date:
- Size: 797.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d076bda0fd45f22756e99cf3c0402bc76a9c778bdfb273c810cb9f1b03e151a9
|
|
| MD5 |
b32aa6df91817a092ccf08b7b96f64e6
|
|
| BLAKE2b-256 |
f6d24e5063cfd1acbef2c8077296c5791cfa6361760d6ea53c61f15e4d489945
|
File details
Details for the file streamlit_excel_table-0.2.3-py3-none-any.whl.
File metadata
- Download URL: streamlit_excel_table-0.2.3-py3-none-any.whl
- Upload date:
- Size: 805.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55cb0fdbacd72fafa07f0b5f645355717f7ca4365c882e5b858162ef2fca9380
|
|
| MD5 |
f7726907bd91992c314d7898349ef94d
|
|
| BLAKE2b-256 |
b1e0501e21a5eda8db2188b1127afc0885a9e409b22aa949ae2f82fcee032dc6
|