Hello,

Thanks for your advice : calling "dataProvider.getList().set" works
and the whole table is not fully redrawn.

I have also found an other solution by modifying my object to be
displayed and then by calling cellTable.updateRow(index).

Thanks again.

On 16 nov, 17:15, Thomas Broyer <[email protected]> wrote:
> Using a ListDataProvider, setting the item to itself in the list should do
> it:
>
> dataProvider.getList().set(index, dataProvider.getList().get(index));
>
> though I'm not sure whether it'll redraw the whole table or only the needed
> rows.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to