/ Published in: JavaScript
This still needs work
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
myStore.filterBy(function(record) { var b = (record.index() <= 100; console.log(b); return b; } )