Jquery Datatable very slow on IE10,but on Ie8 or Chrome very fast.

Jquery Datatable very slow on IE10,but on Ie8 or Chrome very fast.

trueidealtrueideal Posts: 1Questions: 0Answers: 0
edited March 2013 in DataTables 1.9
Hi,i have some problems using datatables on IE10, heavy CPU load 100%,time delay 13s,but on ie8 very fast,only 1s.
Can you help me? Thanks .

Replies

  • rage10940rage10940 Posts: 48Questions: 0Answers: 0
    Depending on how many rows you have passing could be a big problem, or it could just be that IE sucks holy balls...

    try this :

    "bDeferRender": true (for client - side)

    also look into iDeferLoading for server side processing which I assume is what you have if your CPU load is at 100%... this is quite weird though... keep us updated.
This discussion has been closed.