-
-
Notifications
You must be signed in to change notification settings - Fork 540
Panel Tabulator with Voila doesn't store user edits #6731
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
Comments
I can confirm the issue which has been also repoerted previuosly (see https://github.com/holoviz/panel/issues/3963) |
Any thoughts here? Or suggested workarounds? |
Could you try upgrading to jupyter_bokeh 4.0.4? |
I tested it with jupyter_bokeh 4.0.4 but the issue is still perisisting. |
Any additional suggestions @philippjfr ? |
Should we assume this bug won't be addressed in the near term @philippjfr ? |
Any signal here would be useful @philippjfr |
Honestly, I don't know much about the internals of Voila, all I can say is that jupyter_bokeh works well in many other contexts (i.e. VSCode, Google Colab and in other Jupyter environments), so I'd consider this a Voila bug, not a Panel one. |
I'll close this as a duplicate of: #3963 |
Uh oh!
There was an error while loading. Please reload this page.
Example code:
Running this code in a voila app, we see a table displayed with a value of "1" in row 1, column "test_column_name".
When I edit the cell (e.g., to contain 432), we see the new value:
But when the button is pressed, the triggered callback still sees the original value:
Relevant versions:
The text was updated successfully, but these errors were encountered: