-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Support text/content align in st.dataframe #12106
Copy link
Copy link
Closed
Labels
feature:st.column_configRelated to column configuration functionalityRelated to column configuration functionalityfeature:st.data_editorRelated to the `st.data_editor` widgetRelated to the `st.data_editor` widgetfeature:st.dataframeRelated to the `st.dataframe` elementRelated to the `st.dataframe` elementtype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features
Metadata
Metadata
Assignees
Labels
feature:st.column_configRelated to column configuration functionalityRelated to column configuration functionalityfeature:st.data_editorRelated to the `st.data_editor` widgetRelated to the `st.data_editor` widgetfeature:st.dataframeRelated to the `st.dataframe` elementRelated to the `st.dataframe` elementtype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features
Checklist
Summary
It would be great if we could specify
text-alignin the pandas styler and have that control left/right/center alignment of the DataFrame cell.Why?
We want to have explicit control over the text alignment in our data table cells
How?
It looks like Glide Grid supports alignment control through the
contentAlignpropertyAdditional Context
#6706 seems related, but not 100% this is what they're asking for
#6958 could be semi-related but appears to be more about headers. I'm looking for the actual data cells.