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

index 06cc6e2..1dedc68 100644 (file)
@@ -1648,6 +1648,9 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, {
                       Math.max(this.getLockedTable().offsetWidth, this.lockedHd.dom.firstChild.offsetWidth) : 0;
 
         var scrollHeight = bt.offsetHeight;
+        
+        Roo.log(scrollHeight);
+        
         var scrollWidth = ltWidth + bt.offsetWidth;
         var vscroll = false, hscroll = false;