标签: checkbox grid checked jsgrid
我尝试了下面的代码,但是它不起作用。有人可以帮我吗?
{ name: "MyField", type:"checkbox", insertTemplate: function() { var $result = jsGrid.fields.checkbox.prototype.insertTemplate.call(this); $result.prop("checked", true); return $result; } }