I need to set "border-collapse: collapse" on the table element that makes up the DataGrid's header. I don't see a style class in DataGrid.Style<http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/cellview/client/DataGrid.Style.html>that would allow me to do this. Also, the generated HTML table doesn't appear to reference a style class. dataGridHeader() allows one to style the cells (<th> elements), but I need to get at the table element.
Anyone have an idea how to accomplish this? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/DbiuTv9dc60J. 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.
