Tabletools are not working on local

Tabletools are not working on local

ASHFAQAHMEDASHFAQAHMED Posts: 6Questions: 0Answers: 0
edited December 2012 in TableTools
Hello all,
can you please suggest why table tools are not working at my local PC, does it required any internet source to export data ? does it use any server ? if yes please let me know, i have download latest table tools and data-tables and seted swf path correctly but no success :(
only print button works

Here is my code :
[code]
$(document).ready( function () {
$('#example').dataTable( {
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath": "media/swf/copy_csv_xls_pdf.swf"
}
} );
} );
[/code]


the swf path is correctly used!

Thanks in advance

Replies

  • MikeSMikeS Posts: 113Questions: 1Answers: 0
    It's related to the Flash security settings on the folder where you have the swf.

    Please learn to use the search feature of this forum before asking a question that has been raised too many times in the past :)
This discussion has been closed.