I am using DataTable and Bootstrap (dash_bootstrap_components with SANDSTONE theme), and I am having some css issues with the display of dropdowns in the DataTable.
Originally, the dropdown menu would not appear when the cell was clicked, but I was able to fix this issue by adding a css parameter to the DataTable (css=[{“selector”: “.Select-menu-outer”, “rule”: “display: block !important”}]) as described here: [RESOLVED] Dropdown options in Datatable not showing? - #6 by vivekvs1
The other issue I am having is that the drop-down arrow is overlapping the content of my cell:
Notice how the arrow appears over top of the “false”. I am not a css expert, and cannot figure out how to fix this problem. Is there a way to solve this? Or a way to avoid conflicts with bootstrap styling altogether?
I have installed dash 2.10 and dash-bootstrap-components 1.0.2. Both problems still exist (dropdown doesn’t appear, and the arrow overlaps the cell contents).
I have a problem at the last rows of the table, because the drop down is not visible below the bottom of the table. Any idea how to fix this? It work perfectly when overflow X is not active.