Column Visibility backdrop hides the column visibility buttons.

Column Visibility backdrop hides the column visibility buttons.

jens.olssonjens.olsson Posts: 17Questions: 7Answers: 1

I use jquery mobile with pages. The datatable is part of one of the pages. When I open the "column visibility" selector It seem like the backdrop that is supposed to black out the background is on top of everything. If I inspect the page I can see that the backdrop is outside all the pages and I think it is because of that.

This seem like a bug to me but maybe I am doing something wrong.. Isnt it supported to show data table inside a jquery mobile page ?

Answers

  • allanallan Posts: 61,933Questions: 1Answers: 10,154 Site admin

    Can you link to a page showing the issue so we can help to debug it please?

    Thanks,
    Allan

  • jens.olssonjens.olsson Posts: 17Questions: 7Answers: 1

    Thnks for helping @allan Unfortunately it is on an intranet so it is not available externally. I added the code though as an image. Actually fully disabling the backdrop would be my preferred way forward if that is possible?

  • allanallan Posts: 61,933Questions: 1Answers: 10,154 Site admin
    div.dt-button-background {
      display: none !important;
    }
    

    should do that.

    Allan

  • jens.olssonjens.olsson Posts: 17Questions: 7Answers: 1

    Worked perfectly, thanks... Tried something similar without success, Think I tried with only .dt-button-background

This discussion has been closed.