save an copy buttons not active

save an copy buttons not active

bugreportbugreport Posts: 10Questions: 0Answers: 0
edited September 2011 in TableTools
Hi,
I have a problem using Tabletools.
I checked te path to the swf file and its oke and included both library's datatables and Zeroclipboard but it won't work.

$('#dataTabel').dataTable( {
"sScrollY": "200px",
"sScrollX": "100%",
"sScrollXInner": calculateTableSize()+"%",
"bScrollCollapse": true,
"aaData": aaData,
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath": "../swf/copy_cvs_xls_pdf.swf"
},
"bAutoWidth": false,
"bJQueryUI": true
} );

the data stucture is
|system
|Includes
|datatables
|js
|css
|swf
|images
|as3

i checked my flash version and i use version 10.
hope someone can help
This discussion has been closed.