/ Published in: JavaScript
This still needs work
Expand |
Embed | Plain Text
myStore.filterBy(function(record) { var b = (record.index() <= 100; console.log(b); return b; } )
You need to login to post a comment.
This still needs work
myStore.filterBy(function(record) { var b = (record.index() <= 100; console.log(b); return b; } )
You need to login to post a comment.