Joe Cole's explanation works. JavaDocs are invaluable (http://google- web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ ui/HTMLTable.html)
Try DOM.getElementPropertyInt(htmlTable.getCellFormatter().getElement (cellIndex, rowIndex), "offsetWidth"); On Jan 9, 12:12 pm, sssmack <[email protected]> wrote: > Thank you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
