Roo/bootstrap/Table.js
authorAlan Knowles <alan@roojs.com>
Thu, 24 Apr 2014 07:48:41 +0000 (15:48 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Apr 2014 07:48:41 +0000 (15:48 +0800)
Roo/bootstrap/Table.js

index 70b5092..1b506aa 100644 (file)
@@ -64,6 +64,9 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         if (this.cls) {
             cfg.cls+=  ' ' +this.cls;
         }
+        
+        // this lot should be simplifed...
+        
         if (this.align) {
             cfg.align=this.align;
         }