ColVis will not go - Nightly Build of ColVis - 1.1.0-dev

ColVis will not go - Nightly Build of ColVis - 1.1.0-dev

davidchannondavidchannon Posts: 1Questions: 0Answers: 0
edited April 2013 in Bug reports
Hi,

Just downloaded the nightly build of ColVis: 1.1.0-dev Wed 27th Mar 2013, 15:29

Clicking on the "Show / hide Columns" test/button displays the column tick boxes BUT there appears to be no way to get rid of it.
Clicking on the text again fades the tick boxes out and in again.

If the "activate" option is changed to mouseover the problem still remains.

DataTables Live showing the issue: http://live.datatables.net/ixabov/6

I am trying the Nightly Build because we deploy Chrome for users mainly - so the bug about the "msie" issue that is fixed in the nightly build is one I need.

Thanks
David

Replies

  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin
    You need to include the CSS as well. Specifically:

    [code]

    div.ColVis_collectionBackground {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 1100;
    }
    [/code]

    http://live.datatables.net/ixabov/7/edit

    Allan
  • OdradeOdrade Posts: 1Questions: 0Answers: 0
    Thanks You !

    It help me too
This discussion has been closed.