Roo/bootstrap/Table.js
[roojs1] / Roo / bootstrap / Table.js
index 38f11ff..fcbb0e1 100644 (file)
@@ -963,6 +963,9 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         if(ds.getCount() > 0){
             ds.data.each(function(d,rowIndex){
                 var row =  this.renderRow(cm, ds, rowIndex);
+
+                Roo.log("ROW");
+                Roo.log(row);
                 
                 tbody.createChild(row);