Hey all - Streamlit is awesome!
Quick question, anyone knows how to display hyperlinked text using st.table() and / st.dataframe()? Here is a bit more context. Did I do anything wrong or this is an enhancement to be made?
Thanks,
Ian
Hey all - Streamlit is awesome!
Quick question, anyone knows how to display hyperlinked text using st.table() and / st.dataframe()? Here is a bit more context. Did I do anything wrong or this is an enhancement to be made?
Thanks,
Ian
Hi @Ian_Xiao,
thanks for posting. We cannot display hyperlinked text at the moment. A possible workaround - that may or may not work depending on your use case - is using markdown tables and use st.markdown().
Matteo