Roo/grid/ColumnModel.js
authoredward <edward@roojs.com>
Mon, 18 Jul 2016 04:29:18 +0000 (12:29 +0800)
committeredward <edward@roojs.com>
Mon, 18 Jul 2016 04:29:18 +0000 (12:29 +0800)
Roo/grid/ColumnModel.js

index e9e7624..7732aff 100644 (file)
@@ -272,6 +272,7 @@ Roo.extend(Roo.grid.ColumnModel, Roo.util.Observable, {
     },
 
     getLockedCount : function(){
+        Roo.log('getLockedCOunt');
         for(var i = 0, len = this.config.length; i < len; i++){
             if(!this.isLocked(i)){
                 return i;