sencha touch 2 - get all store records even though filters applyed -


is possible can records though filters apply store. please provide guideline or reference code.

var sparestore = ext.getstore('abc'); sparestore.filter( 'item', value); 

when alert sparestore count should rechords.

u can use snapshot property of store :

var allrecords = store.snapshot || store.data; 

Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

c++ - Clear the memory after returning a vector in a function -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -