JQGrid with dynamic column: cellattr does not work
问题 I have built my JQGrid table with dynamic column in this way (ajax call) : $.ajax( { type: "POST", url: "Scripts/GetSummaryInformation.php", data: { domain: "<?php echo $domain; ?>", etc. }, dataType: "json", success: function(result) { var colD = result.gridModel; var colN = result.colNames; var colM = result.colModel; var colSpan = result.colSpan; jQuery("#FinalRatingList<?php echo $domain; ?><?php echo $companyID; ?>").jqGrid({ jsonReader : { repeatitems: false, root:"dataset", cell: "cell