简体   繁体   中英

How to hide/delete the rows from the gridPanel

My screen has two drop downs, and a grid. i basically do an ajax call and populate the grid based on the value from the first drop down. Now when i select the second drop down i want to hide few rows that i have populated previoulsy based on the value in the second drop down

taskFromGrid.getStore().filter('TASK_OWNER_ID', record.get("PERSON_ID"));

i used filter and it worjke for me

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM