Print working everything else isn't - TableTools
Print working everything else isn't - TableTools
techguy1988
Posts: 27Questions: 0Answers: 0
I am banging my head here, I have got a folder called "Swf" with "ZeroClipboard.swf" but it still doesnt seem to want to work, when I check my log in Chrome it says 404 error /media/swf/ZeroClipboard.swf
Example of my Data Table code ...
// Data Table
$('#data_table').dataTable({
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath": "/swf/ZeroClipboard.swf"
},
"bAutoWidth": false,
"bStateSave": true
});
please someone let me know what I am doing wrong!
Example of my Data Table code ...
// Data Table
$('#data_table').dataTable({
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath": "/swf/ZeroClipboard.swf"
},
"bAutoWidth": false,
"bStateSave": true
});
please someone let me know what I am doing wrong!
This discussion has been closed.