Roo/grid/Grid.js
authoredward <edward@roojs.com>
Wed, 18 May 2016 05:02:49 +0000 (13:02 +0800)
committeredward <edward@roojs.com>
Wed, 18 May 2016 05:02:49 +0000 (13:02 +0800)
Roo/grid/Grid.js

index aeef9e6..05b07d8 100644 (file)
@@ -54,6 +54,9 @@ Roo.grid.Grid = function(container, config){
         this.dataSource = this.ds;
         delete this.ds;
     }
+    Roo.log(this.cm);
+    return;
+    
     if(this.cm){
         this.colModel = this.cm;
         delete this.cm;