TableTools.js text export button problem

TableTools.js text export button problem

vasketovasketo Posts: 6Questions: 0Answers: 0
edited April 2012 in General
This is the code:

[code]
"oTableTools": {
"sSwfPath": "media/swf/copy_cvs_xls_pdf.swf",
"aButtons": [
{
"sExtends": "copy",
"sButtonText": "Copiar"
},
{
"sExtends": "print",
"sButtonText": "Imprimir"
},
"xls", "pdf", "text"
]
}
[/code]

My problem is that all the options work correctly except the text export option. Nothing happens when i push the button.

Any idea?
This discussion has been closed.