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 injection. I used an asynchronous callback to get the data and found it easier to redraw the entire table. In the example the objects already contain the data. He iterates through a list building a new row for each item. James -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
