Tabletools are not working on local
Tabletools are not working on local
ASHFAQAHMED
Posts: 6Questions: 0Answers: 0
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
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
This discussion has been closed.
Replies
Please learn to use the search feature of this forum before asking a question that has been raised too many times in the past :)