Tuesday, March 1, 2011

Group data in Cell Widgets

I'm using a CellList to display a list of projects. Now I need to
group the the list according to user selection. For instance, the user
can decide to group his projects by date:

Does anyone know how can I implement this functionallity? The list can
contain up to 1000 rows, so for performance reasons I would like to
keep using cell widgets.

I have thought of using a CellTree but I really do not need the
category to be selectable, nor to expand collapse its content.The
other alternative I have thought of is extending CellList.

Any help is appreciated. Thanks!

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment