Table tool is not woking fireFox 13

Table tool is not woking fireFox 13

yogesh10yogesh10 Posts: 5Questions: 0Answers: 0
edited June 2012 in TableTools
Dear sir,
Table tool is not working in firefox 13.

plese help me.

Thanks
yogehs

Replies

  • allanallan Posts: 63,161Questions: 1Answers: 10,406 Site admin
    Have a look at this post: http://datatables.net/forums/discussion/10406/buttons-work-in-ie-and-chrome-but-shock-horror-not-firefox#Item_11 . Could you try the 2.1.2.dev version and let me know how you get on with it.

    Allan
  • yogesh10yogesh10 Posts: 5Questions: 0Answers: 0
    edited June 2012
    i worked with TableTools-2.1.1 also
    on http://datatables.net/extras/tabletools/ given example not working
  • allanallan Posts: 63,161Questions: 1Answers: 10,406 Site admin
    As I mentioned, could you try the 2.1.2.dev version ( http://datatables.net/download )?

    Allan
  • yogesh10yogesh10 Posts: 5Questions: 0Answers: 0
    ok i will try
  • yogesh10yogesh10 Posts: 5Questions: 0Answers: 0
    ya i tried but it still not working
    http://datatables.net/download
    example given with this package Also not woking
  • allanallan Posts: 63,161Questions: 1Answers: 10,406 Site admin
    Can you link me to your test case then please? Failing that, if you could run your table through the debugger that would be useful: http://debug.datatables.net .

    Allan
  • yogesh10yogesh10 Posts: 5Questions: 0Answers: 0
    please test example on http://datatables.net/extras/tabletools/

    using fire fox 13
  • allanallan Posts: 63,161Questions: 1Answers: 10,406 Site admin
    That example please is using TableTools 2.1.1 the current release.

    As I mentioned twice before, please try using the current development version, give me a link to your example using 2.1.2.dev or at least run your table through the debugger.

    This issue is fixed in 2.1.2.dev - please test it with that version and if you are still having problems with it, give me a link to the page you are having problems with.
  • girishmrgirishmr Posts: 137Questions: 0Answers: 0
    Allan,
    First of all thank you for the awesome plugin.
    I wanted to export the table data to excel with the following piece of code in pace (as suggested by the documentation).
    [code]
    $('#location-list').dataTable( {
    "sDom": "<'row-fluid'<'span6'T><'span6'f>r>t<'row-fluid'<'span6 pull-right'i><'span6 pull-right'p>>",
    // "sDom": 'T<"clear">lfrtip',
    "sSwfPath": "../media/copy_csv_xls_pdf.swf",
    "sPaginationType": "bootstrap",
    "oTableTools": {
    "aButtons": [
    //"copy",
    //"print",
    {
    "sExtends": "collection",
    "sButtonText": 'Export to ',
    "aButtons": [ "csv", "xls", "pdf" ],
    "sFileName": "TableTools - *.xls"
    }
    ]
    }
    } );
    [/code]

    Following are the plugins I am using in my project
    1. Twitter Bootstrap 2.0
    2. Data Tables 1.9.2
    3. Table Tools 2.1.2

    I do not seeing the buttons pull down in firefox 13.0 while I can successfully export the data in chorme.
    I tried using the debugger but it doesn't seem to end sending data to the sever.
    Please help.
    PS: Please forgive me if I haven't indented the code since this is the first time for me in this forum.
    Thanks,
    Girish
This discussion has been closed.