Tuesday, July 22, 2014

CellTable redraw performance

Hi.

I often need to redraw specific  columns of my CellTables, but GWT only allows me to redraw the whole table.

Suppose I have a celltable with 10 columns, and I need to redraw 4 columns after its async requests. With no logical before triggering the redraw, I would redraw the table 4 times.

Is there some way of redrawing only a column or a cell? If not, what would be the best approach?

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment