[Coming soon] Buttons in dataframe / table cells with callbacks · Issue #7015 · streamlit/streamlit · GitHub
Skip to content

[Coming soon] Buttons in dataframe / table cells with callbacks #7015

@dpinol

Description

@dpinol

Summary

Allow adding action buttons to dataframe rows, which can be configured to trigger an action in the Streamlit app for a specific row.

How?

Could be implemented via column config (st.columnConfig.ButtonColumn) or as a new parameter that can be configured with st.dataframe, e.g.: st.dataframe(..., actions=[]).

Additional Context

Inspirations:

Image Image Image Image

Related to #10212

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature:st.column_configRelated to column configuration functionalityfeature:st.data_editorRelated to the `st.data_editor` widgetfeature:st.dataframeRelated to the `st.dataframe` elementtype:enhancementRequests for feature enhancements or new features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions