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
I have issue geatin reactive event from dataframe editing, so I can not apply changes to the dataframe. Therefore, I have used the example code, but same behaviour:
It seems that the example uses outdated code (Git Blame shows that the specific lines are two years old, predating v1.0).
The feature you're looking for is @set_patch_fn, which allows you to set a function that gets called when the DataFrame is edited.
You can find more details in the documentation.
Component
Reactive Programming
Severity
P1 - High (major feature broken)
Shiny Version
1.2.1
Python Version
3.11
Minimal Reproducible Example
Behavior
I have issue geatin reactive event from dataframe editing, so I can not apply changes to the dataframe. Therefore, I have used the example code, but same behaviour:
https://github.com/posit-dev/py-shiny/blob/main/examples/dataframe/app.py
This is never executed, after editing cells
@reactive.effect
@reactive.event(input.grid_cell_edit)
def handle_edit():
Error Messages (if any)
Environment
The text was updated successfully, but these errors were encountered: