Jqgrid 動態設置cell disabled

$($(grid2.jqGrid("getGridRowById", i + 1))[0].children).each(function (childI, childO) {
if (childI == 4) {
// childO.disabled = true;
$(childO).addClass("not-editable-cell");
}
});get

相關文章
相關標籤/搜索