Table tools without SWF file for down load excel

Table tools without SWF file for down load excel

nandrainandrai Posts: 26Questions: 0Answers: 0
edited July 2013 in TableTools
can i use table tools for only downloading to excel without using the swf file. I donot require the copy functionality in my application.

Replies

  • allanallan Posts: 61,715Questions: 1Answers: 10,108 Site admin
    No - the local file save uses the SWF as well.

    Allan
  • nandrainandrai Posts: 26Questions: 0Answers: 0
    ok, Thank you very much.
  • nandrainandrai Posts: 26Questions: 0Answers: 0
    [code]

    $(document).ready( function () {
    $('#myTable').dataTable( {

    "sDom": 'T<"clear">lfrtip',
    "oTableTools": {
    "aButtons": [
    {
    "sExtends": "xls",
    "sButtonText": ""
    }
    ]
    },
    "sPaginationType": "full_numbers",
    "bSortClasses":false


    } );//datatable

    } );//reday

    [/code]

    the down load functionality some times does not work in Firefox and Chrome, It is not consistent for some reason. How to address this issue.

    Thanks
    Nand
This discussion has been closed.