Sencha Documentation

Simple wrapper class that represents a set of records returned by a Proxy.

Config Options

 
count : Number
The number of records in this ResultSet. Note that total may differ from this number
The number of records in this ResultSet. Note that total may differ from this number
 
loaded : Boolean
True if the records have already been loaded. This is only meaningful when dealing with SQL-backed proxies
True if the records have already been loaded. This is only meaningful when dealing with SQL-backed proxies
 
records : Array
The array of record instances. Required
The array of record instances. Required
 
success : Boolean
True if the ResultSet loaded successfully, false if any errors were encountered
True if the ResultSet loaded successfully, false if any errors were encountered
 
total : Number
The total number of records reported by the data source. This ResultSet may form a subset of those records (see count...
The total number of records reported by the data source. This ResultSet may form a subset of those records (see count)

Properties

 
totalRecords : Mixed
DEPRECATED - will be removed in Ext JS 5.0. This is just a copy of this.total - use that instead
DEPRECATED - will be removed in Ext JS 5.0. This is just a copy of this.total - use that instead