-
28 Nov 2011 5:39 AM #1
Answered: Mutiple filters on a store
Answered: Mutiple filters on a store
I try to apply different conditions filters on a store.
I want only the items with id 0,1 or 5Code:zonesStore.filter([{ property: 'id', value: '0' and '1' and '5' }]);
Any idea ?
-
Best Answer Posted by tobiu
-
28 Nov 2011 5:41 AM #2Sencha - Services Team
- Join Date
- May 2007
- Location
- Munich (Germany)
- Posts
- 2,292
- Vote Rating
- 6
- Answers
- 58


Reply With Quote