Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Thu, 26 Jul 2018 03:49:04 +0000 (11:49 +0800)
committerEdward <edward@roojs.com>
Thu, 26 Jul 2018 03:49:04 +0000 (11:49 +0800)
Roo/bootstrap/Table.js

index 351db73..f19c00b 100644 (file)
@@ -1142,6 +1142,8 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
     
     onHiddenChange : function(colModel, colIndex, hidden)
     {
+        Roo.log(this.id);
+        
         var thSelector = 'roo-bootstrap-thead-col-' + colIndex;
         var tdSelector = 'roo-bootstrap-tbody-col-' + colIndex;