Tabulator selection value not updating in Voila app #3963
Labels
component: tabulator
Related to the Tabulator widget
type: bug
Something isn't correct or isn't working
ALL software version info
Docker image: python:3.9
panel==0.14.0
bokeh==2.4.3
jupyter-bokeh==3.0.5
jupyter-core==4.11.1
jupyter-server==1.19.1
jupyter_client==7.3.5
jupyterlab_server==2.15.2
tested both:
voila==0.3.6
ipywidgets==7.7.2
and
voila==0.4.0a2
ipywidgets==8.0.2
Description of expected behavior and the observed behavior
When using a Tabulator widget in a voila app, the
selection
andselected_dataframe
attribute values do not change from the initial values even when the front-end selection changes.Complete, minimal, self-contained example code that reproduces the issue
.ipynb file that's served with voila:
The initial table has no selection and when rows are selected and the callback is triggered, the printed output still has no selection:
However, if this notebook is run in JupyterLab (not voila) the selection is reflected in the output:
Thanks!
The text was updated successfully, but these errors were encountered: