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

index 06cc6e2..bca709e 100644 (file)
@@ -1644,6 +1644,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, {
         s.setSize(vw, vh);
 
         var bt = this.getBodyTable();
+        Roo.log(bt);
         var ltWidth = hasLock ?
                       Math.max(this.getLockedTable().offsetWidth, this.lockedHd.dom.firstChild.offsetWidth) : 0;