1
Help for ParamQuery Pro / Re: Lazy Loading - POST Method
« on: November 07, 2022, 07:17:51 am »
Than you.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
function xmGridLookup(ui) {
if (xmGridLUV.hasOwnProperty(ui.dataIndx) && xmGridLUV[ui.dataIndx].hasOwnProperty(ui.cellData)) {
var prefix = "";
if ( ui.rowData.pq_gtitle || ui.rowData.pq_gsummary ){
prefix = '<span class="pq-group-icon glyphicon glyphicon-triangle-right"></span> ';
}
return prefix + xmGridLUV[ui.dataIndx][ui.cellData];
}
}