Return to Snippet

Revision: 42979
at March 14, 2011 18:04 by djbabylon


Initial Code
myStore.filterBy(function(record) { 
var b = (record.index() <= 100;
console.log(b);
return b;
} )

Initial URL


Initial Description
This still needs work

Initial Title
Sencha Touch - filter by index

Initial Tags


Initial Language
JavaScript