The Sdavids solution works, and I voted for it.
But just in case, you prefer to use the css class instead of styles . Here's how to do it:
{ header: 'Besked', dataIndex: 'besked', cls: 'listViewColumnWrap' }
Then you need this line in some css file :
.listViewColumnWrap { white-space:normal; }
Mariano desanze
source share