Table tools with SWF file is not always working( works only some times)
Table tools with SWF file is not always working( works only some times)
nandrai
Posts: 26Questions: 0Answers: 0
$(document).ready( function () {
$('#myTable').dataTable( {
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"aButtons": [
{
"sExtends": "xls",
"sButtonText": ""
}
]
},
"sPaginationType": "full_numbers",
"bSortClasses":false
} );//datatable
} );//ready
The down load functionality some times does not work in Firefox and Chrome, It is not consistent for some reason. How to address this issue.
I am using the table tools in multiple pages, it works in some pages but not on others some time. I looked at the console , it is not complaining about swf file.
If use the down load functionality simultaneously does it break? I mean if go to each page and download with in a short span.
Thanks
Nand
$('#myTable').dataTable( {
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"aButtons": [
{
"sExtends": "xls",
"sButtonText": ""
}
]
},
"sPaginationType": "full_numbers",
"bSortClasses":false
} );//datatable
} );//ready
The down load functionality some times does not work in Firefox and Chrome, It is not consistent for some reason. How to address this issue.
I am using the table tools in multiple pages, it works in some pages but not on others some time. I looked at the console , it is not complaining about swf file.
If use the down load functionality simultaneously does it break? I mean if go to each page and download with in a short span.
Thanks
Nand
This discussion has been closed.
Replies
You should at first set the SWF file path in order to locate it.
After that, if it is still not working, you probably need to put that file in a server. There is sometimes a problem in local PC.