table tools csv excel pdf buttons not working
table tools csv excel pdf buttons not working
I have downloaded "data tables" zip file from data tables website and extracted to my desktop.
Inside extras/tabletools folder, I have changed the index.html file javascript to the following :
[code]
$(document).ready( function () {
$('#example').dataTable( {
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath" : "media/swf/copy_csv_xls_pdf.swf"
}
} );
} );
[/code]
I am sure, it is picking up the swf file but nothing showing up when i click csv, excel or pdf buttons.
I do have flash enabled on my browser, not sure why this is NOT working.
any help is appreciated!
Thank you,
Sri
Inside extras/tabletools folder, I have changed the index.html file javascript to the following :
[code]
$(document).ready( function () {
$('#example').dataTable( {
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath" : "media/swf/copy_csv_xls_pdf.swf"
}
} );
} );
[/code]
I am sure, it is picking up the swf file but nothing showing up when i click csv, excel or pdf buttons.
I do have flash enabled on my browser, not sure why this is NOT working.
any help is appreciated!
Thank you,
Sri
This discussion has been closed.
Replies
Allan