Script Timeout

Script Timeout

tgoyertgoyer Posts: 1Questions: 0Answers: 0
edited August 2010 in Bug reports
I am currently running v1.6.2.

My clients (on 2.2 Ghz P4s) are running into script timeouts while the grid is building. It's a relatively small dataset with only about 450 rows with 5 column wide. Are their any speed/efficiency enhancements with the new release?

Thanks!

Replies

  • kkudikkudi Posts: 77Questions: 0Answers: 0
    Hi tgoyer

    How do you add date onto the table?
  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin
    Is the table hidden (display:none) when building? IE has _major_ performance issues with this, and it's not something I can work around in Javascript unfortunately. Other than that - I'm not aware of anything which should be taking a table so long to render! Can you post a link?

    Allan
  • kkudikkudi Posts: 77Questions: 0Answers: 0
    The only thing that does make datatables slow is in fnAddData the function _fnBuildSearchArray

    if you don't require filtering, you could add a boolean to check whether you want to be able to apply filters or not, that increases the addition of data onto the table ten-fold i'd say.
This discussion has been closed.