Reputation: 386
Anyone know an open source component for a GWT Table with collapsible rows?
Upvotes: 3
Views: 1675
Reputation: 15321
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.
Upvotes: 1
Reputation: 7021
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 :)
Upvotes: 0