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.
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 .
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.
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
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