You'd rather use a Cell that generates a title="" attribute.

The reason for the title="" disappearing is that CellTable "redraws", and 
does so by generating the table and using innerHTML, and thus replacing the 
whole DOM subtree.

In GWT 2.5, you'll be able to provide your own CellTableBuilder (you'll 
probably subclass the DefaultCellTableBuilder) and add a title="" attribute 
on any <tr> or <td> you'd like.

-- 
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/-/jDMTEKCOyM4J.
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.

Reply via email to