Table tool is not woking fireFox 13
Table tool is not woking fireFox 13
yogesh10
Posts: 5Questions: 0Answers: 0
Dear sir,
Table tool is not working in firefox 13.
plese help me.
Thanks
yogehs
Table tool is not working in firefox 13.
plese help me.
Thanks
yogehs
This discussion has been closed.
Replies
Allan
on http://datatables.net/extras/tabletools/ given example not working
Allan
http://datatables.net/download
example given with this package Also not woking
Allan
using fire fox 13
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.
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