extjs4 grid 列根据内容长度自动换行

renderer: function(value, meta, record) {
meta.style = 'overflow:auto;padding: 3px 6px;text-overflow: ellipsis;white-space: nowrap;white-space:normal;line-height:20px;';
return value;
}
相关文章
相关标签/搜索