tabletools no working

tabletools no working

paradita85paradita85 Posts: 16Questions: 0Answers: 0
edited March 2013 in General
i have a problem with tabletools. the icons show correctly but only work print.

the table is:

listapedido = $('#listapedido').dataTable( {
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath": "media/swf/copy_csv_xls_pdf.swf"
},
"sScrollY": "400px",
"bPaginate": false,
"bScrollCollapse": true,
"aoColumns": [
{ sWidth: '5%' },
{ sWidth: '15%' },
{ sWidth: '15%' },
{ sWidth: '15%' },
{ sWidth: '5%' },
{ sWidth: '10%' },
{ sWidth: '10%' },
{ sWidth: '25%' }
],
"oLanguage": espanol
} )
the js is:



chargin correctly.

i tried in
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html
save :

///0/copy_csv_xls_pdf.swf
file://

but no working.

thanks and sorry for my english.

Replies

  • paradita85paradita85 Posts: 16Questions: 0Answers: 0
    error 404 Zeroclipboard.js line 52
  • paradita85paradita85 Posts: 16Questions: 0Answers: 0
    getDOMObjectPosition: function(obj) {
    // get absolute coordinates for dom element
    var info = {
    left: 0,
    top: 0,
    width: obj.width ? obj.width : obj.offsetWidth, //line 52
    height: obj.height ? obj.height : obj.offsetHeight
    };
  • paradita85paradita85 Posts: 16Questions: 0Answers: 0
    the problem is the patch. thanks
This discussion has been closed.