SyntaxFix
Write A Post
Hire A Developer
Questions
Store.getRange() seems to be exactly what you are searching for. It will return you Ext.data.Record[] - array of records. If no arguments is passed, all the records are returned.
Store.getRange()
Ext.data.Record[]