其他方式:https://www.cnblogs.com/raitorei/p/9878192.html

onLoadSuccess : function(data) {
  //单元格超出部分隐藏并鼠标移动到单元格时弹框显示
  $(".datagrid-row td div").each(function() {
    $(this).attr("title", $(this).text());
  });
}

 

posted on 2019-03-19 11:29  月零Ray  阅读(138)  评论(0编辑  收藏  举报