GWT Table with collapsible rows
Anyone know an open source component for a GWT Tabl开发者_JAVA技巧e with collapsible rows?
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.
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 :)
精彩评论