Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
因为我正在使用 jsgrid。我正在寻找支持为少数标题创建工具提示。
重新定义包装divheaderTemplate的字段设置属性:title
headerTemplate
title
headerTemplate: function() { return $("<div>") .prop("title", "My Tooltip") .text(this.title); }
看看工作小提琴:https ://jsfiddle.net/tabalinas/uyn8mwjg/