| [news.eclipse.platform.rcp] Re: Paging for tableviewer with large number of entries |
This has been fixed since M4 (this week I build has the support). See bug 82240 for more details on the solution.
PaScaL
Hi
is there a paging mechanism to load only part of a collection of items into a table. I need to load about 2000 items from a database. If I do this all at the same time it takes too long. I would like to load the first 100 items and wait until the user scrolls to the end of this block. If this happens I would like to load the next 100 items and so on.