I know this might seem like a ridiculous idea, but have you considered
not using a celltable? I suspect you are getting a bottleneck while
ie6 renders the table, therefore batching may not resolve the problem.
I'm fairly new to GWT and have been experimenting with the ListEditor,
and using it to maintain a list of widgets. As long as the editor
widgets are kept lean, I've been getting fairly good performance even
with large data sets. If you can draw the table, using DIVs instead of
a TABLE, you might get the performance you need. The drawback is that
you loss a lot of the grid functionality. I realise that this doesn't
answer your question, but it might help.

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