Found a solution on StackOverflow:
http://stackoverflow.com/questions/5188799/gwt-add-filtering-to-celltable
Used this snippet of code:
AbstractImagePrototype proto =
AbstractImagePrototype.create(resource);
return proto.getHTML().replace("style='",
"style='position:absolute;right:0px;top:0px;");
and replaced the style bit with vertical-align I required.
--
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.