我在此代码中看到clientArray
if (id && id !== lastSel) {
grid.saveRow(lastSel, true, 'clientArray');
grid.jqGrid('restoreRow', lastSel);
grid.jqGrid('editRow', id, true, null, null, 'clientArray');
lastSel = id;
//}
}
什么是clientArray
以及如何访问数据clientArray
?
谢谢你的帮助。
答案 0 :(得分:1)
编写此代码时
grid.jqGrid('editRow', id, true, null, null, 'clientArray');
数据不发送到服务器,只是在网格中输出数据