Row moving using RowReorder on Modal? z-order?

Row moving using RowReorder on Modal? z-order?

rodzunrodzun Posts: 6Questions: 4Answers: 0

Hi everyone. I´m using DataTables on a Bootstrap modal window, and when I implement the RowReorder Extension works fine, except that the row following the mouse pointer occurs behind the modal. Is there a way to set that up so I can see the row moving in front of the screen over the modal window? Something like z-order or so? Thank you very much in advance and sorry for my bad english.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,747Questions: 1Answers: 10,509 Site admin
    Answer ✓

    Hi,

    Currently you would just add something like this to your CSS:

    table.dt-rowReorder-float {
      z-index: 10000;
    }
    

    That appears to be missing in my default CSS - I'll fix that! Thanks :-)

    Allan

  • rodzunrodzun Posts: 6Questions: 4Answers: 0

    Thank you very much Allan!!! Greetings from Peru

This discussion has been closed.