I've been struggling with this for two days. I've posted on the datatables forum but I've gotten no response so I'm hoping the community here can help. I've read similar posts on this issue here but I'm already using the correct path for sSwf as many posts suggest.
The export buttons appear and all resources are loaded. However, Clicking the buttons has no action. There are no errors on the console.
<script>
$(document).ready(function() {
$('#example').DataTable( {
dom: 'T<"clear">lfrtip',
tableTools: {
"sSwfPath": "http://cdn.datatables.net/tabletools/2.2.2/swf/copy_csv_xls_pdf.swf"
}
} );
} );
</script>
Here is a JSFiddle with my code: http://jsfiddle.net/h2bof5cr/2/