Hi everyone, this is my first contribution to this forum - I’m looking forward to becoming a part of your community!
I have a problem with dashtable-dropdowns not working:
- WORKS: when I run the demo-script Dropdowns Inside DataTable | Dash for Python Documentation | Plotly as a standalone app
- FAILS: when I add the same code to the app where I want to add a dropdown-table
Are there any known incompatible modules/dependencies that might explain this?
The issue can reportedly be solved by adding css: .Select-menu-outer { display : block !important; }
- but I can’t find exactly how to add the css -
I tried putting it in a file ‘assets/dashtable.css’ but it didn’t help.
Can anyone help?