csv button is not working properly
csv button is not working properly
srimanta
Posts: 1Questions: 0Answers: 0
I am trying to implement the Export to CSV. I have included the following js files:
[code]
[/code]
and I have used this following piece of code:
[code]
"sDom": 'CT<"clear">firtlip',
"oTableTools": {
"sSwfPath": "swf/copy_csv_xls_pdf.swf",
"aButtons": [ "csv" ]
}
[/code]
The button is showing, but it is not exporting. Please assist me how to resolve this issue.
Thanks in advance.
[code]
[/code]
and I have used this following piece of code:
[code]
"sDom": 'CT<"clear">firtlip',
"oTableTools": {
"sSwfPath": "swf/copy_csv_xls_pdf.swf",
"aButtons": [ "csv" ]
}
[/code]
The button is showing, but it is not exporting. Please assist me how to resolve this issue.
Thanks in advance.
This discussion has been closed.
Replies
If your table loaded in a hidden element, like a div, or jQuery tab?