ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: omerix on June 07, 2017, 04:53:51 pm

Title: group title picture
Post by: omerix on June 07, 2017, 04:53:51 pm
The group title is showing the picture. How can I not show it?

Code: [Select]
,{title: "R", dataIndx: "BTNTAHSIS", width: 16,dataType:"string",editable:false
,render: function (ui) {return {cls:'',text:"<img src='../QImg/i16/cat.png' class='icn'/>"};}
}
Title: Re: group title picture
Post by: paramvir on June 07, 2017, 10:54:15 pm
Picture in group title row can be excluded by checking existence of ui.rowData.pq_gtitle property in render callback.

https://paramquery.com/pro/api#option-groupModel