tags:

views:

133

answers:

2

Anyone know an open source component for a GWT Table with collapsible rows?

Thanks in advance.

A: 

I believe SmartGWT is open source.

It contains a GridList widget, which supports collapsible rows. See the showcase here. This is of course not a table, as you asked for, but it comes quite close :)

Eric Eijkelenboom
+1  A: 

If you want to stick with "pure" GWT, check out the TreeTable (demo) from the GWT Incubator project - it seems exactly what you are looking for.

Igor Klimer