Search code examples
gwtsmartgwt

Update the particular row of a GWT cellTable


I'm trying to update the particular row of a cellTable without loading the page when clicking a button, which is in the same row.

I just want to update the Column1 which is a TextColumn. I want to Change the text of the particular column.

Can anyone help me?

Thanks in Advance, Gnik


Solution

  • Take a look at https://stackoverflow.com/a/7109021/787660

    When you use the ListDataAdapter and add your row like in the example using the ListWrapper (don't be scared, you use it like a List-Object) the refresh is automatically triggered.