-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Show table with merged cells #10151
Copy link
Copy link
Open
Labels
feature:st.dataframeRelated to the `st.dataframe` elementRelated to the `st.dataframe` elementfeature:st.tableRelated to the `st.table` elementRelated to the `st.table` elementtype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features
Metadata
Metadata
Assignees
Labels
feature:st.dataframeRelated to the `st.dataframe` elementRelated to the `st.dataframe` elementfeature:st.tableRelated to the `st.table` elementRelated to the `st.table` elementtype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features
Checklist
Summary
For non-editable columns in st.dataframe or st.data_editor I want to display merged cells like the empty cells in the image above.
I want to merge any columns (not necessarily all rows) or any rows (not necessarily all columns).
It's ok if they are separated on selection like in the image below.
Why?
It's just to improve the readability of the table.
But this is very necessary as I want to continue using Streamlit in the future.
How?
It's fine to just remove the separator color for the specified coordinates.
But I can't come up with a concise way to specify the coordinates.
Additional Context
No response