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

index 6c804b0..feb2274 100644 (file)
@@ -361,6 +361,12 @@ 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);
+        
         
     },