columnheader is not hiding - colVis

columnheader is not hiding - colVis

bonnybonny Posts: 7Questions: 0Answers: 0
edited April 2014 in General
Hey,

i use the colVis - all fine.
But when i click one of the Checkbox, the column Content is hiding BUT the columnheader don´t.
Can you tell me, why.


[code]


@import "DataTables2/media/css/jquery.dataTables.css";
@import "DataTables2/media/css/demo_table.css";
@import "DataTables2/media/css/demo_page.css";
@import "TableTools2/media/css/TableTools.css";
@import "ColVis/css/dataTables.colVis.min.css";
@import "FixedHeader/css/dataTables.fixedHeader.css";







[/code]


[code]
$(function(){
oTable = $('#table).dataTable({
"sDom": 'TC<"clear">lfrtip',
"bJQueryUI":true,
"bRetrieve": true,

"oColVis": {
"aiExclude": [ 0 ],
"restore": true,
"activate": "mouseover",
},
(....)
});
});


[/code]

Thank you

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Can you link to a test page showing the issue please.

    Allan
  • bonnybonny Posts: 7Questions: 0Answers: 0
    I can´t link my live table.
    But i´v found out, that when i run 'colVis' and 'columnFilter' together, this Problem is showing.
    When i delete the 'columnFilter' the Problem is solved.

    ??
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    The columnFilter plug-in is not part of the DataTables project - it is third party software. You might want to ask in that project's own bug list.

    Allan
This discussion has been closed.