Roo/bootstrap/Table.js
authoredward <edward@roojs.com>
Tue, 29 May 2018 04:03:18 +0000 (12:03 +0800)
committeredward <edward@roojs.com>
Tue, 29 May 2018 04:03:18 +0000 (12:03 +0800)
Roo/bootstrap/Table.js

index feb2274..1b15d5b 100644 (file)
@@ -361,12 +361,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         
         this.mainBody.on('scroll', this.onBodyScroll, this);
         
-        this.cm.on("widthchange", this.onColWidthChange, this);
         this.cm.on("headerchange", this.onHeaderChange, this);
-        this.cm.on("hiddenchange", this.onHiddenChange, this);
-        this.cm.on("columnmoved", this.onColumnMove, this);
-        this.cm.on("columnlockchange", this.onColumnLock, this);
-        
         
     },