Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anyone know of a tree table implementation for GWT using CellTable?

Tags:

java

gwt

I want to be able to expand a row by adding more rows underneath it and expanding the page size so they fit. Not too complicated but I have had hassles trying to insert rows and so on with CellTable before so am hoping someone has solved this.

like image 304
David Tinker Avatar asked Mar 09 '11 10:03

David Tinker


1 Answers

http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellTree

like image 169
sap Avatar answered Oct 04 '22 23:10

sap