easyui的datagrid数据网格中的内容进行换行
{
field : 'explain',
title : '情况说明',
width : 300,
formatter : function(value, row, index) {
return '<div style="display: inline-block;width: 250px;height: 50px;word-wrap:break-word; ' +
'word-break: break-all ;white-space:normal;overflow: auto ">'+value+'</div>';
}
}
