(This is not a question per se, I\'m documenting a solution I found using Ext JS 3.1.0. But, feel free to answer if you know of a better solution!)
The Colu
Other solution is that:
columns : [ { header: 'Header', dataIndex : 'text', renderer: function(value, metaData, record, rowIndex, colIndex, view) { metaData.style = "white-space: normal;"; return value; } } ]