Using in-page data for page 1 (or multiple pages even), with server-side for other pages
Using in-page data for page 1 (or multiple pages even), with server-side for other pages
Hello,
I'm wondering if it's possible to have the first page (or even pages 1-10) of data loaded within the page itself (as a normal table), and the rest loaded on-demand via the server-side functions?
In trying to do this in the past it renders the table and at the same time re-pulls all the data i've already put into the table from the server...
The problem i've got arises in that i'd like to avoid the delay in fetching data, yet not have to download the 1000 row table i've got directly to a user's browser in one hit (IE doesn't seem to like the huge page getting downloaded each time). Normally I only have < 100 rows on this particular page so some sort of elegant handling of large data-sets would be a tremdous help!
Thanks heaps!!
I'm wondering if it's possible to have the first page (or even pages 1-10) of data loaded within the page itself (as a normal table), and the rest loaded on-demand via the server-side functions?
In trying to do this in the past it renders the table and at the same time re-pulls all the data i've already put into the table from the server...
The problem i've got arises in that i'd like to avoid the delay in fetching data, yet not have to download the 1000 row table i've got directly to a user's browser in one hit (IE doesn't seem to like the huge page getting downloaded each time). Normally I only have < 100 rows on this particular page so some sort of elegant handling of large data-sets would be a tremdous help!
Thanks heaps!!
This discussion has been closed.