I think you are talking about com.google.gwt.gen2.table.client.PagingScrollTable ?
I am using it as well. PROS: * if used with com.google.gwt.gen2.table.client.FixedWidthGridBulkRenderer you can't beat the performance of it. I have tested lots of 3rd party widgets for this. I am loading anywhere up to 1K rows in this thing in a couple of seconds in IE and FireFox. All the other 3rd party widgets I tried failed miserably on performance. Loading took several minutes. CONS * the documentation is sparse, and the API is...well, I don't want to complain, let's just say it requires a lot of objects, and it will take some time to grok how to fit them all together. In the end I have a very nicely styled paging scroll table that performs blazingly fast, and provides sorting on columns...but it took a bit of work to get there. I was going to post a blog example of using this widget when I find the time. Regards, Davis On Thu, Oct 29, 2009 at 12:24 AM, rakesh wagh <[email protected]> wrote: > > >> I was seeing the incubator's widget > ScrollPagingTable, what do you think about it? > > it is really good, use it! > > Rakesh Wagh > > On Oct 28, 6:43 am, iaio81 <[email protected]> wrote: > > Hi all, > > which is according to you the best way to manage many rows in a table > > through pagination? I was seeing the incubator's widget > > ScrollPagingTable, what do you think about it? > > > -- Zeno Consulting, Inc. home: http://www.zenoconsulting.biz blog: http://zenoconsulting.wikidot.com p: 248.894.4922 f: 313.884.2977 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
