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 ?
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
Post a Comment