Monday, February 27, 2012

M x N cell grid

Hello everybody,

I would like to display a somewhat large amount of data in a grid, not a table. That is, I would like an M cols x N rows grid that displays M items per row on N rows, with a custom cell that displays the properties I need. Then I'd like to scroll that grid, vertically or horizontally, and page it if I have too much data.

However, all the CellXYZ or table widgets seem to display one item per row and one property per column, which is not what I want, and I don't feel like hacking them by feeding them a data source that returns M objects per row, it doesn't seem clean.

Can anyone give me a lead on how to approach this problem?

Cheers,

Olivier

--
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