TableTools exporting to CSV issue

TableTools exporting to CSV issue

raul_lfcraul_lfc Posts: 21Questions: 1Answers: 0

Hi Allan,

We have a functionality to export the data to csv file. I have used Datatable's tabletool js plugin to achieve the same. I want the option to export in a <ul> <li> option.
Earlier we were using tabletools version 1.0.4. and in fnInitComplete an am doing some Dom manipulation to append Exporting option control to <li>. It is working fine in normal scenario but after dynamically appending it breaks.
When we append control dynamically any other element using jquery in fnInitComplete, exporting doesnt happen in IE8 and IE9. In IE8 first time it shows dialog box to save csv file, but actually it doesnt save.

When I upgrade tabletools to 2.2.2, export doesn't work on any browser.
Please refer the link http://live.datatables.net/OPUH/199 where I have used TableTools 2.2.2.
Please have a look at the code. I am not sure what I am doing wrong here.

Thanks In advance.

Replies

  • sanjaydsanjayd Posts: 2Questions: 0Answers: 0

    Hi ,

    Did you find the solution ?. I am facing the same issue.

    Thanks

This discussion has been closed.