Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的屏幕有两个下拉菜单和一个网格。我基本上做了一个ajax调用并根据第一个下拉列表中的值填充网格。现在,当我选择第二个下拉列表时,我想根据第二个下拉列表中的值隐藏之前填充的几行
taskFromGrid.getStore().filter('TASK_OWNER_ID', record.get("PERSON_ID"));
我使用了过滤器,它对我有用