Large data rows
Large data rows
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
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
This discussion has been closed.
Replies
http://www.datatables.net/examples/data_sources/server_side.html
I will go to your link and read what it says.
-Roberto