可以设置条件属性,有的话行高10,没有行高0,条件根据需求自己写
然后下拉框编辑后,写js事件,代码
_g().appendReportRow(this.options.location, this.options.reportIndex,0);
===========
var th=this;
setTimeout(function() {
_g().appendReportRow(th.options.location, th.options.reportIndex, 0);
}, 100)