colVis not working

colVis not working

bonnybonny Posts: 7Questions: 0Answers: 0
edited April 2014 in General
Hello @all,

i implements the "colVis" Plugin.
I can see the button ("Show/hide") and inside them the checkboxes.
But if i cklick one of them the column is hiding but the display dont´t remove the gray overlay color,which is showing when i click the button.
Also all the options like mouseover etc. didn´t work.

Thanks

[code]
$(function(){
oTable = $('#tablePeo).dataTable({
"sDom": 'TC<"clear">Rlfrtip',
"oColVis": {
"buttonText": "Change columns",
"bRestore": true,
"activate": "mouseover"
},

[/code]

My imports:

[code]

@import "media/css/jquery.dataTables.css";
@import "media/css/demo_table.css";
@import "media/css/demo_page.css";
@import "extras/TableTools/media/css/TableTools.css";
@import "extras/ColVis/media/css/ColVis.css";
@import "extras/ColReorder/media/css/ColReorder.css";






[/code]

Replies

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395
    Are those three js files the only ones you are linking?
  • bonnybonny Posts: 7Questions: 0Answers: 0
    yes. only the ..

    [code]

    [/code]
  • bonnybonny Posts: 7Questions: 0Answers: 0
    Got it!
    I have donwload the newest datatables 1.10

    -->Close this thread
This discussion has been closed.