I’ve started to explore the what and how of dataframes and tables in Streamlit because I need something more than just the simple st.dataframe
or st.table
.
I need style, layout, formatting, filtering, performance etc.
I’m experimenting and learning by creating a Table Experiments app for the awesome-streamlit.org gallery.
One thing I’ve learned is that I can in fact use the Plotly table which comes with more advanced layout and formatting options.
Another thing I’ve learned is that I cannot currently in any way use the awesome Slickgrid.
Any comments, hacks, ideas or suggestions are very much appreciated.
Feel free to contribute. It’s only a pull request away at GitHub - MarcSkovMadsen/awesome-streamlit: The purpose of this project is to share knowledge on how awesome Streamlit is and can be