Wednesday, July 8, 2015

Re: How to Update Cell Table Footer Dynamically

You should use the addColumn method which takes a Header object as a footer.
That way you have complete control at when to and what to show for the footer text.
Just make sure you call cellTable.redrawFooters() each time you change the footer text.
Regards

On Wed, Jul 8, 2015 at 10:06 AM, Mohammed Sameen <sameen.cse@gmail.com> wrote:

I am trying to add footer to the celltable and finding hard time to change the celltable footer dynamically but i am able to add while creating columns like below

cellTable.addColumn(qty, "Qty",Integer.toString(totalQty));   

This is not i am looking for,Is there any way to set footer to cell table dynamically.Any help?

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



--
Donald Mteka
+255653105004

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