标签: extjs extjs4 extjs-stores
如果我需要在EXTJS商店中查找记录,我通常使用findRecord方法。它采用字段的名称和您要搜索的值。
myStore.findRecord('EmployeeID', rec.empId);
但是如果我想在商店中搜索基于多个字段的记录。假设我想按Employee ID和Employee Departamet ID
Employee ID
Employee Departamet ID
我正在使用ExtJs 4.1
答案 0 :(得分:1)
使用findBy并传递自定义函数
http://docs.sencha.com/extjs/4.2.2/?mobile=/api/Ext.data.Store#method-findBy