how to preload data before display table?

how to preload data before display table?

alissonxalissonx Posts: 25Questions: 0Answers: 0
edited October 2010 in General
I have a table with 15.000 rows and I need to preload data before display table... some plugin?

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    edited October 2010
    With 15'000 rows, I've very much suggest you look at using server-side processing:

    http://datatables.net/usage/server-side
    http://datatables.net/examples/server_side/server_side.html
    http://datatables.net/development/server-side/

    15'000 rows will kill IE completely, and probably make Firefox feel a little bit slow as well.

    Allan
This discussion has been closed.