码迷,mamicode.com
首页 > 其他好文 > 详细

EasyUI的Datagrid鼠标悬停显示单元格内容

时间:2019-04-28 11:11:06      阅读:714      评论:0      收藏:0      [点我收藏+]

标签:描述   http   UNC   fun   width   over   tag   ring   div   

功能描述:table鼠标悬停显示单元格内容

1.js函数

1 function hoveringShow(value) {
2       return "<span title=‘" + value + "‘>" + value + "</span>";
3 }

2.调用函数

1 <table id="mydatagrid" style="width:100%;height:96%">
2     <thead>
3     <tr>
4         <th data-options="field:‘code‘,width:150, formatter: hoveringShow">编码</th>
5         <th data-options="field:‘flowname‘,width:150, formatter: hoveringshow">名称</th>
6     </tr>
7     </thead>
8 </table>

3.图示

调用前:

            技术图片

调用后:

            技术图片

 

EasyUI的Datagrid鼠标悬停显示单元格内容

标签:描述   http   UNC   fun   width   over   tag   ring   div   

原文地址:https://www.cnblogs.com/zhaohadoopone/p/10782773.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!