Hello again, and thanks for all your work!
I would like to ask you if it's possible to use a normal button with streamlit-ext, I really need use it to copy a dataframe to clipboard, but everytime I do it with a normal st.button the whole page is reloaded.
something like this:
if ste.button('Copy to clipboard'):
df.to_clipboard(excel=True, index=False)
Could it be possible?
Hello again, and thanks for all your work!
I would like to ask you if it's possible to use a normal button with streamlit-ext, I really need use it to copy a dataframe to clipboard, but everytime I do it with a normal st.button the whole page is reloaded.
something like this:
Could it be possible?