{
field: 'remark',
title: '备注',
formatter:function (value, row, index,field) {
return "<span style='display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;' title="+value+">"+value+"</span>"
},
cellStyle:function (value, row, index,field) {
return {
css:{
"min-width":"150px",
"white-space":"nowrap",
"text-overflow":"ellipsis",
"overflow":"hidden",
"max-width":"200px",
}
}
}
},