Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Fri, 5 Dec 2014 05:57:28 +0000 (13:57 +0800)
committerEdward <edward@roojs.com>
Fri, 5 Dec 2014 05:57:28 +0000 (13:57 +0800)
Roo/bootstrap/Table.js

index bed1c7c..f0c5185 100644 (file)
@@ -536,7 +536,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         if(r.cfg.cn){
             Roo.each(r.cfg.cn, function(c){
                 var child = {
-                    id: p.el.id,
+                    id: t.el.id,
                     cfg: c
                 }
                 _this.renderColumn(child);