Table tools exporting is not working

Table tools exporting is not working

srinulsisrinulsi Posts: 1Questions: 0Answers: 0
edited September 2012 in TableTools
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?

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    TableTools should be compatible with Flash 10+. Which version of Flash, and the platform, did you try it with?

    Thanks,
    Allan
  • demo29demo29 Posts: 2Questions: 0Answers: 0
    Hi 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
  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Please give us a link.
  • demo29demo29 Posts: 2Questions: 0Answers: 0
    Hi allan
    i solved it already ;) with "sSwfPath"
    Thank you for help ,, i found your answer in the other discussions
    and it can help

    :D
This discussion has been closed.