-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[BUG] Dash 1.5.1 Datatable disables all callbacks #998
Comments
christianwengert
changed the title
[BUG] Dash 1.5.0 Datatable disables all callbacks
[BUG] Dash 1.5.1 Datatable disables all callbacks
Nov 4, 2019
I found the following: When replacing the dash_bootstrap_components.Modal.is_open property with a simple dash_html_components.div.style property:
Everything works as expected => So no bug in dash, but in dash bootstrap components. I will close this issue and reopen it at dbc |
This may just be #995 |
With Dash 1.6.0 still the same problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe your context
We have a fairly complex app which was wonderfully working on Dash 1.4.0 and before. Now I updated to Dash 1.5.0 and subsequently to 1.5.1 and the fact of including a DataTable makes all callbacks not working anymore (even the clientside ones).
I managed to break it down to a minimal working example which exposes the error:
This does work (i.e. clicking on one of the "Settings" Buttons make a modal appear:
When I uncomment the dash_table part:
The callback won't fire anymore (and there is not even a callback related to the table!)
So no modal showing up
pip list | grep dash
belowif frontend related, tell us your Browser, Version and OS
Describe the bug
Having a DataTable in the layout breaks all callbacks, i.e callbacks are not firing at all anymore
Uncommenting the use of DataTable makes everything OK
Expected behavior
Callback working
The text was updated successfully, but these errors were encountered: