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

index 82db642..6004b64 100644 (file)
@@ -399,6 +399,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, {
      */
     getCell : function(rowIndex, colIndex){
         var locked = this.cm.getLockedCount();
+        Roo.log(locked);
         var source;
         if(colIndex < locked){
             source = this.lockedBody.dom.firstChild;