sshres
12 Feb 2012, 5:08 AM
Hi All,
I am a newbie to ExtJS and have a question. How can I filter data in store by passing multiple values for the same column. The requirement is user wants to see data for two different status together. For eg. I have a column named 'Status'. I want to filter the data by passing values like this:
property: status, value: "In progress"
property: status, value: "Rejected"
and so on...
Thanks
I am a newbie to ExtJS and have a question. How can I filter data in store by passing multiple values for the same column. The requirement is user wants to see data for two different status together. For eg. I have a column named 'Status'. I want to filter the data by passing values like this:
property: status, value: "In progress"
property: status, value: "Rejected"
and so on...
Thanks