Build tree table with GWT CellTableBuilder

2013-05-22 Thread Ben
Is it possible to build a tree table like thishttp://www.sencha.com/examples/#ExamplePlace:basictreegridwith the new CellTableBuilder of vanilla GWT? https://lh5.googleusercontent.com/-oHWT1_E1_LY/UZzQ8WUvYlI/AAM/I8q4wxhkTt4/s1600/oqDJW.png The GWT Showcase

Build tree table with GWT CellTableBuilder

2013-05-22 Thread jaga
Hi, I managed this. I followed the example given on the latest GWT showcase for the custom data grid http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwCellTable Key is new TableRowBuilder. You can inject rows into the table. Use a Click event on a cell to trigger the