Large data rows

Large data rows

rcahanaprcahanap Posts: 2Questions: 0Answers: 0
edited November 2013 in General
Hello everybody.

I Googled "jquery tables" and came upon this website. This jQuery plugin looks very powerful.

I read some of the examples but still not clear on something.

If I have a large data set (let's say 100,000 rows), do I need to send this all to the browser?

I would like my users to have the ability to search for records and the results will be placed in this plugin. There might be a possibility where the result will be over 100,000 rows.

Does this mean that I have to send this amount of data from the server to the browser?

Thank you for your help and response.

-Roberto

Replies

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395
    You would need to look at server-side processing:
    http://www.datatables.net/examples/data_sources/server_side.html
  • rcahanaprcahanap Posts: 2Questions: 0Answers: 0
    Thank you tangerine.

    I will go to your link and read what it says.

    -Roberto
This discussion has been closed.