You should use Cell widgets when you expect to display a lot of data to get 
the full performance benefit of using Cell widgets. If you only want to 
display a few things in a list then simply use ScrollPanel + FlowPanel 
along with some CSS and add your "list entry" widgets to it. 
Sure CellTable/DataGrid have some nice features like column sorting that 
are not available in other GWT table like widgets but that does not mean 
that you should use CellTable/DataGrid for absolutely everything.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/2hqqL3bsvPEJ.
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.

Reply via email to