You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: