I am writing a dataframe using st.dataframe(df)
. Some of the elements in the dataframe are too long and I’d like to expose some way to pop out the element into some modal or simply make the element viewable in its entirety. I have looked through the documentation and can’t seem to infer some way to do this. Is it possible outside of falling back to HTML? I’ve noticed that the elements have a tooltip which is quite close to what I want.
Hi @erip -
I think the short answer is no for now, but we have improving the st.dataframe functionality in general on our todo wishlist:
Best,
Randy