On Friday, April 13, 2012 8:05:50 AM UTC+2, tong123123 wrote: > > In fact, if using pure html + css, if table layout is fixed, the column > content will penetrate the next cell, but not truncate, but in gwt, I found > that the content will really be truncated, so strange.
This is because TDs in a DataGrid have an overflow:hidden style. Also, using Chrome's DevTools to put a long text into a cell in the DataGrid Showcase <http://gwt.google.com/samples/Showcase/Showcase.html#!CwDataGrid>, the text wrapped (provided there were spaces to wrap on, otherwise, see this question on SO <http://stackoverflow.com/q/9380253/116472>) -- 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/-/KTE2gzCSUowJ. 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.
