Delayed loading of columns
Delayed loading of columns
I have a table of 3000+ rows where the data for some of the columns takes awhile to pull on the server side. I would like to display the table initially with the columns I can pull quickly and then do a second call to load the data for the slower data. There is a requirement to display this as a single table (ie, no pagination), but I am using the bDeferRender flag for performance.
Before I beat my head against the wall too much, I'm wondering if anyone has any suggestions on how to efficiently update the contents of several columns in a table of this size. Of course, by the time the second call returns, the user may have scrolled, sorted or filtered the existing table, so I need to take that into account as well.
Thanks for any suggestions!
Before I beat my head against the wall too much, I'm wondering if anyone has any suggestions on how to efficiently update the contents of several columns in a table of this size. Of course, by the time the second call returns, the user may have scrolled, sorted or filtered the existing table, so I need to take that into account as well.
Thanks for any suggestions!
This discussion has been closed.