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()
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.