Roo/bootstrap/Table.js
authorAlan Knowles <alan@roojs.com>
Tue, 9 Jun 2015 05:13:12 +0000 (13:13 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 9 Jun 2015 05:13:12 +0000 (13:13 +0800)
Roo/bootstrap/Table.js

index eb72d40..4fd2611 100644 (file)
@@ -570,6 +570,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         var bt = this.mainBody.dom;
         for (var i =0 ; i < records.length;i++) {
             Roo.log('call insert row Add called on ' + rowIndex + ':' + i);
+            Roo.log(records[i]);
             this.insertRow(this.store, rowIndex +   i, false);
         }