writer-framework icon indicating copy to clipboard operation
writer-framework copied to clipboard

Workaround for editable Dataframe

Open akshay1728 opened this issue 1 year ago • 2 comments

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)

akshay1728 avatar May 13 '24 11:05 akshay1728

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.

FabienArcellier avatar Aug 06 '24 07:08 FabienArcellier

we are working on editable dataframe #529.

FabienArcellier avatar Oct 04 '24 05:10 FabienArcellier