smartgwt - how can i make wrap text in GWT. I dont want one cell data to overflow into other cell destroying its boundaries -
please check image reference. requirement limit text in cell not remove partition line of next cell when text long. using rich text editor in gwt 2.1. dont want 1 cell info overflow other cell destroying boundaries
any suggestions
thanks
you can apply css style table. example:
.mytable td { word-wrap: break-word; white-space: normal; } gwt smartgwt
No comments:
Post a Comment