If it is large table, resizing, restyling and redrawing it can be very
consuming (maybe some automatic resize checks, because of changing
size of label). Is it fixed size table? You should try using Grid
instead of FlexTable with fixed size (table-layout:fixed with set
width for columns).

Another guess is that access to label element because of large dom
table is consuming (only if in each update element is searched in DOM
table).

-- 
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