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

index 6004b64..83b9a41 100644 (file)
@@ -407,6 +407,8 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, {
             source = this.mainBody.dom.firstChild;
             colIndex -= locked;
         }
+        Roo.log(source);
+        Roo.log(colIndex);
         return source.rows[rowIndex].childNodes[colIndex];
     },