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.

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 .
Can you help me? Thanks .
This discussion has been closed.
Replies
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.