其他方式:https://www.cnblogs.com/raitorei/p/9878192.html
onLoadSuccess : function(data) {
//单元格超出部分隐藏并鼠标移动到单元格时弹框显示
$(".datagrid-row td div").each(function() {
$(this).attr("title", $(this).text());
});
}
其他方式:https://www.cnblogs.com/raitorei/p/9878192.html
onLoadSuccess : function(data) {
//单元格超出部分隐藏并鼠标移动到单元格时弹框显示
$(".datagrid-row td div").each(function() {
$(this).attr("title", $(this).text());
});
}