Facing problem in Table tools

Facing problem in Table tools

anitha_thotaanitha_thota Posts: 2Questions: 0Answers: 0
edited April 2011 in TableTools
Hi,
I am getting for print option.But i am not able to get pdf and xl option.
Can any one help me in this issue.
Thanks
Anitha Tanda

Replies

  • anitha_thotaanitha_thota Posts: 2Questions: 0Answers: 0
    [code]











    $(document).ready( function () {
    TableTools.DEFAULTS.aButtons = [ "print","pdf", "xls" ];

    $('#example').dataTable( {
    "bRetrieve": true,

    "sDom" : 'T<"clear">lfrtip'



    /*"oTableTools": {
    "aButtons": ["print","pdf", "xls"]
    }*/

    } );
    } );

    [/code]
This discussion has been closed.