tabletools no working
tabletools no working
paradita85
Posts: 16Questions: 0Answers: 0
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.
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.
This discussion has been closed.
Replies
// 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
};