colVis not working
colVis not working
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]
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]
This discussion has been closed.
Replies
[code]
[/code]
I have donwload the newest datatables 1.10
-->Close this thread