Using Colvis() with Tabletools excel,csv
Using Colvis() with Tabletools excel,csv
So, i'm very new to datatables, but i'm loving what I see ..
I'm curious why i can't use colvis() with tabletools at the same time.
here is the section of my datatable
var table = $('table').dataTable( {
// Put your datatable options here
"columnDefs": [{
"type": "file-size",
targets: -2
}],
"dom": 'T<"clear">lfrtip',
"tableTools": {
"sSwfPath": "/DataTables-1.10.0/extensions/TableTools/swf/copy_csv_xls_pdf.swf"
}
} );
new $.fn.dataTable.FixedHeader( table );
new $.fn.dataTable.ColVis( table );
});
ColVis doesnt play well together with sSwfPath
Any help would be greatly appreciated