roojs-bootstrap.js
authorAlan Knowles <alan@roojs.com>
Mon, 26 Jul 2021 02:02:24 +0000 (10:02 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 26 Jul 2021 02:02:24 +0000 (10:02 +0800)
roojs-bootstrap-debug.js
Roo/bootstrap/Table.js

Roo/bootstrap/Table.js

index 3fb39bb..6fb7160 100644 (file)
@@ -397,7 +397,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         this.relayEvents(this.bodyEl, ["mousedown","mouseup","mouseover","mouseout","keypress"]);
   
   
-        this.proxy = this.el.createChild({ cls:"x-grid-resize-proxy", html: '&#160;' });
+        this.resizeProxy = this.el.createChild({ cls:"x-grid-resize-proxy", html: '&#160;' });
         
   
         if(this.enableColumnResize !== false && Roo.grid.SplitDragZone){