ColReorder.js and Fixed Header: dragged header is behind the fixed header, preset columns order

ColReorder.js and Fixed Header: dragged header is behind the fixed header, preset columns order

floogyfloogy Posts: 17Questions: 0Answers: 0
edited May 2013 in General
Hello, I'm using the great ColReorder.js extra plugin and noticed that, if I drag a columns header the dragged header shows up behind the fixed header. How can I give it the proper z-index?
The other Question is, I have to hide colum 4 and reorder column 9 instead as column 4. Can I configure dataTables to load the page with this default column order and offer the draggable columns too?

TIA

floogy

Replies

  • GremashGremash Posts: 2Questions: 0Answers: 0
    I am having the exact same issue. Have you had any luck finding a solution yet?
  • GremashGremash Posts: 2Questions: 0Answers: 0
    edited August 2013
    I was able to fix this issue. It turned out to be a z-index issue. I just added the following to my app.css file to override the z-indexes of the two tables generated and it works like a charm.

    [code]table.dataTable {
    z-index:105;
    }[/code]
This discussion has been closed.