Bootstrap multiselect disappears behind datatables body

Bootstrap multiselect disappears behind datatables body

Rodin10Rodin10 Posts: 6Questions: 3Answers: 0

When I try to implement the bootstrap mulitselect (http://davidstutz.de/bootstrap-multiselect/) in my datatables the dropdown disappears behind my datatables content. Is there any way to fix this? I want to use the multiselect to filter but I'm having no luck whatsoever.

Answers

  • colincolin Posts: 15,236Questions: 1Answers: 2,598

    Hi @Rodin10 ,

    It's probably a CSS issue - try adding 'overflow:visible' to the style.

    If that doesn't help, if you could link to a running test case showing the issue we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.