Hi everyone, I am currently trying to figure out how to best implement a grouping table in GWT 2.2 and i am wondering if anyone has a good idea or some experience from a similar task. The idea is to develop a tabular view of say addresses that are ordered by one column (e.g. street) and all rows sharing the same value for this column are visually grouped together. My idea so far consists in using a CellList component to do the grouping with Cells that wrap CellTable components for the tabular display. In my case that would mean managing a lot (hundreds to thousands) of ListProviders (to feed the tables). I wonder if this solution is feasible and fast enough? Any alternative ideas?
Thanks a lot Jerome Thoma -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.