TableTools copy and export not working in IE when rendering Tools outside sdom

TableTools copy and export not working in IE when rendering Tools outside sdom

ant87ant87 Posts: 9Questions: 0Answers: 0
edited March 2014 in TableTools
Hi

I am having an issue where the copy to clipboard functionality copies 0 rows to the clipboard and no rows are exported into excel.

This works fine in chrome and firefox but not IE, I render the table tools outside of the sdom using jquery appendto on initcomplete but this wont work in IE.

If I remove the append call it then works in IE also.

Any help would be much appreciated

Thanks in advance

Replies

  • ant87ant87 Posts: 9Questions: 0Answers: 0
    Just in case it will help my "fnIntComplete" event

    "fnInitComplete": function (oSettings, json) {
    $(".DTTT_container").appendTo(".masthead");
    },

    works in Chrome and Firefox not in IE if a remove the appendTo it works in IE but the buttons are not where I want them.
This discussion has been closed.