Table tools exporting is not working
Table tools exporting is not working
srinulsi
Posts: 1Questions: 0Answers: 0
When I click on excel/pdf, nothing is happening.
Till few days back it is working fine but now it is not working.
I suspect it is the problem with adobe flash player. Since this got upgraded to 10 ActiveX version in my machin recently.
I met with same issue long back, version change of adobe flash player fixed the issue.
Can you please explain me to which version of adobe flash player, Table tools is compatoble and how to resolve this issue?
Till few days back it is working fine but now it is not working.
I suspect it is the problem with adobe flash player. Since this got upgraded to 10 ActiveX version in my machin recently.
I met with same issue long back, version change of adobe flash player fixed the issue.
Can you please explain me to which version of adobe flash player, Table tools is compatoble and how to resolve this issue?
This discussion has been closed.
Replies
Thanks,
Allan
I also have problem about pdf/xls buttons. it's not working. Here is my code
[code]
$('#recordTable').dataTable( {
"bJQueryUI": true,
"bRetrieve": true,
"bSort": false,
"bLengthChange": false,
"sPaginationType": "full_numbers",
"sDom": '<"H"Tfr>t<"F"ip>',
"oTableTools": {
"aButtons": [
{
"sExtends": "print",
"sButtonText": "Print",
"bShowAll": true,
"sMessage": "Record Data",
},
{
"sExtends": "pdf",
"sButtonText": "Export to PDF"
},
{
"sExtends":"xls",
"sButtonText": "Export for Excel"
}
]}
});
[/code]
i'm sure that my computer has upgraded Flash 10+ because i can click all button on example page
how can i solve this issue ;(
Thank you
i solved it already ;) with "sSwfPath"
Thank you for help ,, i found your answer in the other discussions
and it can help
:D