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:
Related to #10212
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 withst.dataframe, e.g.:st.dataframe(..., actions=[]).Additional Context
Inspirations:
Related to #10212