Tabletools.js has a error
Tabletools.js has a error
i am using tabletools.min.js on my project, it work pefect but i change to Tabletools.js it does not work, this is the lines of code initialitiation
oTable_criterios = $('#table_documentos').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"sDom": '<"H"Tfr>t<"F"ip>',
"oTableTools": {
"sSwfPath" : "../../css/copy_csv_xls_pdf.swf",
"aButtons": [
{
"sExtends": "print"
}, {
"sExtends": "pdf",
"sPdfOrientation": "landscape",
"sPdfMessage": "Recuerde, solo imprima si es necesario. Salvemos al planeta",
"mColumns": "visible"
}
]
}
. . .
.
.
.
.
dont know what it wrong, any ideas
oTable_criterios = $('#table_documentos').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"sDom": '<"H"Tfr>t<"F"ip>',
"oTableTools": {
"sSwfPath" : "../../css/copy_csv_xls_pdf.swf",
"aButtons": [
{
"sExtends": "print"
}, {
"sExtends": "pdf",
"sPdfOrientation": "landscape",
"sPdfMessage": "Recuerde, solo imprima si es necesario. Salvemos al planeta",
"mColumns": "visible"
}
]
}
. . .
.
.
.
.
dont know what it wrong, any ideas
This discussion has been closed.
Replies
Allan