修改grid列鼠标悬停时显示内容 grid的onCellRender事件的event中有html : 输出显示的html,通过修改html影响展现 因此可以通过设置html的内容控制显示悬停时的显示内容 如下设置的title属性就是控制的显示内容 Model.prototype.treeGridCellRender = function(event) { if (event.colName == "fName") { var title = event.colVal + 'bbbb'; event.html = " <div title='" + title + "'>" + event.colVal + "</div> " } }; By jishuang|11月 25th, 2016|BeX5常见问题, 前端常见问题|0 条评论 Share This Story, Choose Your Platform! FacebookTwitterLinkedInRedditTumblrPinterestVkEmail 评一波 取消回复 评论 Save my name, email, and website in this browser for the next time I comment.
评一波