problem with TableTools.js code
problem with TableTools.js code
hi, i am using TableTools,js for my project, i use this lines of codes
"oTableTools": {
"sSwfPath" : "../../css/copy_csv_xls_pdf.swf",
"aButtons": [
{
"sExtends": "print"
"sInfo": bla bla bla"
}, {
"sExtends": "pdf",
"sPdfOrientation": "landscape",
"sPdfMessage": "Recuerde, solo imprima si es necesario. Salvemos al planeta",
"mColumns": "visible"
}
]
},
when a made the reference to
it works pefrect
when a use
datatable does not work.
i use TableTools.js becouse i need to translate smoe of the message to spanish but the .js have a problem. can you fix it?
post when a use only "print" buttoms it work on two .js file
"oTableTools": {
"sSwfPath" : "../../css/copy_csv_xls_pdf.swf",
"aButtons": [
{
"sExtends": "print"
"sInfo": bla bla bla"
}, {
"sExtends": "pdf",
"sPdfOrientation": "landscape",
"sPdfMessage": "Recuerde, solo imprima si es necesario. Salvemos al planeta",
"mColumns": "visible"
}
]
},
when a made the reference to
it works pefrect
when a use
datatable does not work.
i use TableTools.js becouse i need to translate smoe of the message to spanish but the .js have a problem. can you fix it?
post when a use only "print" buttoms it work on two .js file
This discussion has been closed.
Replies
As before - without a test case we cannot help.