Wednesday, July 8, 2015

Re: How to Update Cell Table Footer Dynamically

Hello Mohammed,
Do you mean this method
com.google.gwt.user.cellview.client.AbstractCellTable.addColumn(Column<T, ?>, Header<?>, Header<?>)
does not meet your requiirement? (i.e dynamically updating the column footer)
Or do you mean you just want a footer and not a header?
If so, you could provide an empty header and be left with your preferred footer..
Regards.

On Wed, Jul 8, 2015 at 11:48 AM, Mohammed Sameen <sameen.cse@gmail.com> wrote:
Thanks Donald for your reply,As i already mention While creating column field i can use this addColumn but data is loading after this celltable creation,in that case i can't use addColumn.I just want to update the column footer.

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