streamlit-awesome-table
Table with many features for Streamlit. This component use Bootstrap and FontAwesome.
File Explorer
Download Latest Version (.zip)- codeql-analysis.yml
- FUNDING.yml
- launch.json
- __init__.py
- 2.2515e1bc.chunk.css
- 2.2515e1bc.chunk.css.map
- 2.0faa2557.chunk.js
- 2.0faa2557.chunk.js.LICENSE.txt
- 2.0faa2557.chunk.js.map
- main.92daa278.chunk.js
- main.92daa278.chunk.js.map
- runtime-main.11ec9aca.js
- runtime-main.11ec9aca.js.map
- fa-brands-400.ee91e640.woff2
- fa-brands-400.f34b6a2a.ttf
- fa-regular-400.65e80529.ttf
- fa-regular-400.82bafee9.woff2
- fa-solid-900.52afeb7a.ttf
- fa-solid-900.57b380d2.woff2
- fa-v4compatibility.43044320.woff2
- fa-v4compatibility.9d6f359a.ttf
- asset-manifest.json
- bootstrap.min.css
- index.html
- precache-manifest.b80423b41e280a5fb5cd92c8b1f3ca9e.js
- service-worker.js
- bootstrap.min.css
- index.html
- AwesomeTable.tsx
- index.tsx
- react-app-env.d.ts
- .prettierrc
- package-lock.json
- package.json
- tsconfig.json
- __init__.py
- __init__.py
- awesome-table-simple.png
- sample.py
- __init__.py
- awesome-table-with-columns.png
- sample.py
- __init__.py
- awesome-table-with-iconbutton.png
- sample.py
- __init__.py
- awesome-table-with-image.png
- sample.py
- __init__.py
- awesome-table-with-order.png
- sample.py
- __init__.py
- awesome-table-with-search.png
- sample.py
- __init__.py
- awesome-table-with-sidebar.png
- sample.py
- .gitignore
- LICENSE
- MANIFEST.in
- Pipfile
- README.md
- SECURITY.md
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/caiodearaujo/streamlit-awesome-table
Downloads the entire project code from GitHub to your computer.
cd streamlit-awesome-table
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install streamlit-awesome-table
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd awesome_table/frontend
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
4. Python
EasyPrerequisites
pip install streamlit-awesome-table
Installs the package published on PyPI directly โ no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
