I'm having a very difficult time getting export to CSV/Excel/PDF working in JSFiddle. Please see http://jsfiddle.net/jhfrench/6b74w/64/
When I look at the JavaScript console for http://fiddle.jshell.net/jhfrench/6b74w/64/show/light/ I see
How can I get this JSFiddle to demonstrate the export features?
When I look at the JavaScript console for http://fiddle.jshell.net/jhfrench/6b74w/64/show/light/ I see
GET http://fiddle.jshell.net/jhfrench/6b74w/64/show/light/media/swf/copy_csv_xls_pdf.swf 404 (NOT FOUND) ZeroClipboard.js:52This error surprises me because I thought I set the path to the SWF file with this code:
... "oTableTools": { "sSwfPath": "http://datatables.net/release-datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf" } ...
How can I get this JSFiddle to demonstrate the export features?