Grouping Grid request

Hi,

We are in the evaluation process of choosing a RIA framework for our internal development. Vaadin seems to have all the key elements to fullfill our needs. One component I don’t see is the “Grouping Grid” (with or without summary option). Is it possible to include it in the new version 6 or is it already possible to build it using actual component? Here an exemple:

[font=Courier New]

- Group 1
item item item 1000
item item item 1000 
item item item 2000
Total: 4000

- Group 2
item item item 1000
item item item 1000 
item item item 2000
Total: 4000

  • Group 3

[/font]

Thanks and keep up the good work!

Stephane

Hi Stephane,

I believe the TreeTable component by Henrik might be something you are looking for. The component isn’t a part of the Vaadin framework package (yet?), but you can checkout the sources from the incubator SVN.

For more information see the forum thread on the component:

http://vaadin.com/forum/-/message_boards/message/19118

Teemu