我正在使用包含 grid.base.js 的 jqGrid 4.3.2;jquery.fmatter.js;网格.custom.js; 网格.common.js;grid.jqueryui.js 模块。
调用方法 getChangedCells 时
var modified = $("tableau").jqGrid('getChangedCells', 'all');
我有这个错误:
未捕获的 jqGrid - 没有这样的方法:getChangedCells
我是否需要其他模块才能使其正常工作?