Roo/grid/Grid.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 29 Jun 2011 06:30:21 +0000 (14:30 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 29 Jun 2011 06:30:21 +0000 (14:30 +0800)
Roo/grid/Grid.js

index 86bccf1..0b0569c 100644 (file)
@@ -77,6 +77,7 @@ Roo.grid.Grid = function(container, config){
         this.dataSource= Roo.factory(this.dataSource, Roo.data);
         this.ds = this.dataSource;
         this.ds.xmodule = this.xmodule || false;
+        this.ds.multiSort = this.multiSort || false;
         
     }