See CellTable <http://www.gwtproject.org/javadoc/latest/com/google/gwt/user/cellview/client/CellTable.html>javadoc and see how column's value are defined. You can put the format that you want there.
On 14 April 2015 at 10:34, Abdul <[email protected]> wrote: > In Celltable i want to set Cell formatter for Column,how to achieve > this?Like I am getting some record from database say Column amount contains > "1000" i want to display as "$1000" or want to apply some styling for > column.Any Idea on this? > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
