按查询条件过滤行.txt
ext grid列表中,通过查询条件隐藏指定的行数据,或者删除它,附件是主要代码,仅供参考,代码片段: arSoftwareRequireStore.each(function(record, index) { //get的名字要与Store绑定的Model的名字是一样的 // var info = record.get('rdPlanTime'); // 获取指定的参数 // 通过条件判断,是否需要选中 if (record.get('caProgress') < 100) { arSoftwareRequireGrid.getSelectionModel()
下载地址
用户评论