jqgrid更改列标题属性

DG3*_*DG3 3 jquery jqgrid

当我将鼠标悬停在某个特定的单元格值上时,该悬停值与该单元格值相同。我可以更改悬停文本与单元格值不同吗?

谢谢

Aru*_*ngh 5

您可以在colModel的cellattr属性中使用列来设置自定义工具提示。例如

cellattr: function () { return ' title="my custom fixed tooltip for the column"'; }
Run Code Online (Sandbox Code Playgroud)