-
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` widgetgood 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
I love that the new data_editor allows for num_rows = “dynamic” or “fixed”. I’d like to suggest having another option that allows for adding but not deleting.
Why?
Deleting rows is often a scary thing. I like the ability to delete but I want to do it in a more controlled manner. I’m implementing an option that includes a column the user can check. If it’s checked then the process of deleting is done in the background where I save the row to a backup dataframe in case we need to retrieve it.
How?
Allow for a new option for the num_rows parameter in data_editor, called "add" or something similar.
Additional Context
No response
github-actions, bruestles, ViniciusgCaetano, lexyspyrou, willhuang1997 and 15 more
Metadata
Metadata
Assignees
Labels
feature:st.data_editorRelated to the `st.data_editor` widgetRelated to the `st.data_editor` widgetgood 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