X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-bootstrap-debug.js;fp=roojs-bootstrap-debug.js;h=5b7a16256339fa51db1be1b3884e1c6661fbf097;hb=2c7b3febc124b9f58834ebc24f61cc966eaab9e8;hp=778c92ae26e73dcb7c36a40ce151d46ba2ccedb8;hpb=b5ca857e0a7bbea12617bb88b0ddeab3bbde796c;p=roojs1 diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 778c92ae26..5b7a162563 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -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);