Skip to content

ste.button possible? (not for download) #4

@AliciaGro

Description

@AliciaGro

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions