java - Can we have Tree Grid in GWT? -
can have tree grid : link tree grid in gxt in gwt pure ? if not can create same component ?
thanks.
you can pure gwt. there simple example in gwt showcase page: http://samples.gwtproject.org/samples/showcase/showcase.html#!cwcustomdatagrid
in case "show friends" should replaced "+" button or similiar gxt.
have extends abstractcelltablebuilder
, user daragrid: grid.settablebuilder(tablebuilder);
basic example can find here, not generic solution, works.
i've used subrows in datagrid before, , okay, want editable subrows problems...
Comments
Post a Comment