DataTables logo DataTables

via Ad Packs
Table tool is not woking fireFox 13
  • yogesh10yogesh10
    Posts: 5
    Dear sir,
    Table tool is not working in firefox 13.

    plese help me.

    Thanks
    yogehs
  • allanallan
    Posts: 15,531
    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: 5
    i worked with TableTools-2.1.1 also
    on http://datatables.net/extras/tabletools/ given example not working
  • allanallan
    Posts: 15,531
    As I mentioned, could you try the 2.1.2.dev version ( http://datatables.net/download )?

    Allan
  • yogesh10yogesh10
    Posts: 5
    ok i will try
  • yogesh10yogesh10
    Posts: 5
    ya i tried but it still not working
    http://datatables.net/download
    example given with this package Also not woking
  • allanallan
    Posts: 15,531
    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: 5
    please test example on http://datatables.net/extras/tabletools/

    using fire fox 13
  • allanallan
    Posts: 15,531
    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: 132
    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).
    	$('#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 <span class="caret" />',
    					"aButtons":    [ "csv", "xls", "pdf" ],
                        "sFileName": "TableTools - *.xls"
    				}
    			]
    		}
    	} );
    

    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.
← All Discussions

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Support

Get useful and friendly help straight from the source.

In this Discussion