On Thursday, May 8, 2014 6:00:10 PM UTC+2, jburg wrote:
We have an application that primarily was developed in GWT and uses Grid widgets extensively to display tabled data. Based on the WCAG requirements, tables should have header rows defined with <th> tags instead of <td>. I don't see that the Grid widget allows for this to be defined. I'm wondering if anyone has encountered this and has come up with a relatively easy solution.
If you can, migrate to CellTable for tabular data. You should gain in performance, and will have <th> for column headers (with actual total control using the various builders, but the default ones should be OK when migrating from Grid)
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