Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Mon, 12 May 2014 13:22:06 +0000 (21:22 +0800)
committerEdward <edward@roojs.com>
Mon, 12 May 2014 13:22:06 +0000 (21:22 +0800)
Roo/bootstrap/Table.js

index d348b2e..7ca5fca 100644 (file)
@@ -260,6 +260,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
                     row.cn.push({
                         tag: 'td',
                         html: (typeof(renderer) !== 'undefined') ? renderer(d.data[cm.getDataIndex(i)], false, d) : (typeof(d.data[cm.getDataIndex(i)]) !== 'undefined') ? d.data[cm.getDataIndex(i)] : ''
+                        
                     })
                 }