Hi, My custom cell which extends AbstractCell doesn't get the same style as the rest of the table.
I add a style to the table using: table.addStyleName("myFontStyle"); which just changes the font size. The table renders fine, but the cell doesn't. The cell does not have addStyleName() or anything like that. I also tried to surround the result of render() in <div class=myFontStyle>. In that case the rest of the table styles don't apply. Thanks. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.