Roo/bootstrap/Table.js
[roojs1] / roojs-bootstrap-debug.js
index 778c92a..5b7a162 100644 (file)
@@ -10040,6 +10040,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);