-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
feature: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` elementgood first issueGood for newcomers to the codebaseGood for newcomers to the codebasetype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features
Description
Checklist
- I have searched the existing issues for similar feature requests.
- I added a descriptive title and summary to this issue.
Summary
In st.data_editor, when you dont have a value for a determined cell, it will be showed as None:

Why?
Since it is very user-unfriendly (a non-tech person may not understand what means None), it will be interesting have a parameter in st.data_editor that allows to replace these None by, for example, empty string (""), that will looks like this, but only for view purposes, without messing up the output.

How?
a parameter like:
none_alias=""
that allows me to change the None showing in the table.
Additional Context
No response
github-actions, ViniciusgCaetano, lukasmasuch, zbjdonald, QuestMi and 28 more
Metadata
Metadata
Assignees
Labels
feature: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` elementgood first issueGood for newcomers to the codebaseGood for newcomers to the codebasetype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features