DataTable Problems with IE

DataTable Problems with IE

sgasparsgaspar Posts: 8Questions: 0Answers: 0
edited June 2013 in Bug reports
When I use DataTables to return large results it stops working on IE.... I try to use the solution you sugest....

var expr = new RegExp('>[ \t\r\n\v\f]*<', 'g');
var tbhtml = $('#informacao').html();
$('#informacao').html(tbhtml.replace(expr, '><'));



But still does´t work...

When I use this the table tools and the navigation buttons desapear...

I really need help on this.

Best,
Sílvia

Replies

  • sgasparsgaspar Posts: 8Questions: 0Answers: 0
    It gives me the following error:
    SCRIPT5022: Load timeout for modules: mylibs/dynamic-tables/jquery.dataTables.tableTools.zeroClipboard
    http://requirejs.org/docs/errors.html#timeout
This discussion has been closed.