Workaround for editable Dataframe
The first impression of streamsync looks very promising and architecture is better than streamlit. I want to try it in my organization. The only thing missing is editable dataframe . I know the functionality might be in development but in the meantime is there any workaround that you can suggest for manipulation of table? For eg. we want to have a edit button in one of the column in a table and after clicking the edit button, the row should open in write mode. Columns should also be configurable (read/write mode)
As you mention, we are currently working on improving the dataframe component to give it editing capabilities. On the current one, we don't have event to know which row are selected. So we can't trigger the behavior you have proposed. :( It's planned in this development.
The only work arround that has been discussed using custom components that will use aggrid for exemple.
we are working on editable dataframe #529.