Tony said:
Hello,
Write your own custom formater function
var myformatter = function(cellval, opt, data) {
if( some condition) return value_1
else if (other condition) return value_2
else return value3
}
Hello Tony,
Where should I place the function, inside the “jQuery(”#xxx”).jqGrid” ?
Thank you
Dominique