IE is very slow when my table row is huge

IE is very slow when my table row is huge

mohandassmcamohandassmca Posts: 1Questions: 0Answers: 0
edited April 2010 in General
All,

I am implementing dataTable grid in my project. its good.
But, When i have huge number of rows in my table IE takes much time to load, whereas in firefox and safari my table loads faster.

any Idea is greatly accepted.

Replies

  • Thedi6Thedi6 Posts: 3Questions: 0Answers: 0
    Hi

    You solve this problem ...?

    regards
  • allanallan Posts: 63,530Questions: 1Answers: 10,473 Site admin
    Heh - good old IE and its terrible Javascript engine... At least IE10 will address that! Until then, we need to work around it. One option is to use deferred rendering which will give a huge performance boost when using Ajax sourced data: http://datatables.net/release-datatables/examples/ajax/defer_render.html . Another option is to use server-side processing, which you would want to consider if you are dealing with >10'000 rows (again because of IE). Server-side processing will deal with many millions of rows.

    Allan
This discussion has been closed.