mousehover - jqGrid hover over icon with empty string -


i have column actions contains icons. 1 of icon ( second icon) tied qtip. when hover on shows empty div looks bad. jqgrid's hover on element value. in actions not have value shows blank.

what can disable particular column ?

enter image description here

in colmodel options, can specify title:false this:

colmodel: [             { name: "actions", title: false },             { name: "type", index: "type" },             { name: "receiptloc", index: "receiptloc" }         ], 

that empty little box seeing tooltip copy of text in cell. action column has no bound values in cell, why empty.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -