Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround for editable Dataframe #419

Open
akshay1728 opened this issue May 13, 2024 · 2 comments
Open

Workaround for editable Dataframe #419

akshay1728 opened this issue May 13, 2024 · 2 comments
Labels
wip Work in progress

Comments

@akshay1728
Copy link

akshay1728 commented May 13, 2024

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)

@FabienArcellier
Copy link
Collaborator

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
Copy link
Collaborator

we are working on editable dataframe #529.

@FabienArcellier FabienArcellier added the wip Work in progress label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wip Work in progress
Projects
None yet
Development

No branches or pull requests

2 participants