csv button is not working properly

csv button is not working properly

srimantasrimanta Posts: 1Questions: 0Answers: 0
edited July 2013 in DataTables 1.9
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.

Replies

  • majortommajortom Posts: 29Questions: 0Answers: 0
    Is your copy_csv_xls_pdf.swf located in the same folder as your initialization? You have to make sure the link is correct.

    If your table loaded in a hidden element, like a div, or jQuery tab?
This discussion has been closed.