posted 19 years ago
No matter what you do, You are going to have to wait for all the records to load. Either it will be in chuncks or the whole thing at once.
You can not just say download the part that is visible untilk it scrolls, it will do the whole thing.
With the scrollbar, it wiill be choppy and people expect smoothness. Since when it scrolls you are going to have to send information to the server and say you want records X1 - X2. The next time it is scrolled, the request would have to be from X2 - X3. Which means the page has to be rewritten.
I persoannly would do it the way a search egine would do it, or the way this forum does it and break it up into pages.
Eric