Roo/data/Store.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 29 Jun 2011 06:27:28 +0000 (14:27 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 29 Jun 2011 06:27:28 +0000 (14:27 +0800)
Roo/data/Store.js

index af4eb59..82a8e50 100644 (file)
@@ -182,6 +182,9 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
     * @cfg {Object} sortInfo A config object in the format: {field: "fieldName", direction: "ASC|DESC"}
     */
     /**
+    * @cfg {Boolean} multipleSort enable multiple sort.
+    */
+    /**
     * @cfg {boolean} remoteSort True if sorting is to be handled by requesting the Proxy to provide a refreshed
     * version of the data object in sorted order, as opposed to sorting the Record cache in place (defaults to false).
     */