Sencha Touch - filter by index


/ Published in: JavaScript
Save to your folder(s)

This still needs work


Copy this code and paste it in your HTML
  1. myStore.filterBy(function(record) {
  2. var b = (record.index() <= 100;
  3. console.log(b);
  4. return b;
  5. } )

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.