Roo/bootstrap/Table.js
authorMichael <michael@roojs.com>
Mon, 2 Feb 2015 07:35:10 +0000 (15:35 +0800)
committerMichael <michael@roojs.com>
Mon, 2 Feb 2015 07:35:10 +0000 (15:35 +0800)
Roo/bootstrap/Table.js

index a319924..8204ddf 100644 (file)
@@ -591,7 +591,8 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             //var s = this.getScrollState();
         var row = this.renderRow(this.cm, this.store, rowIndex);
         // insert before rowIndex..
-        this.mainBody.createChild(row,this.getRowDom(rowIndex));
+        var e = this.mainBody.createChild(row,this.getRowDom(rowIndex));
+        Roo.log(e);
             
         if(!isUpdate){
             this.fireEvent("rowsinserted", this, firstRow, lastRow);