开发者

GWT Table with collapsible rows

开发者 https://www.devze.com 2022-12-26 05:53 出处:网络
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 see

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

0

精彩评论

暂无评论...
验证码 换一张
取 消