Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Mon, 17 Sep 2018 04:08:39 +0000 (12:08 +0800)
committerEdward <edward@roojs.com>
Mon, 17 Sep 2018 04:08:39 +0000 (12:08 +0800)
Roo/bootstrap/Table.js

index bb28d58..92d2da1 100644 (file)
@@ -752,6 +752,8 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             }, this);
         }
         
+        
+        
         Roo.each(this.el.select('tbody td', true).elements, function(e){
             e.on('mouseover', _this.onMouseover, _this);
         });