Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Fri, 21 Nov 2014 08:55:54 +0000 (16:55 +0800)
committerEdward <edward@roojs.com>
Fri, 21 Nov 2014 08:55:54 +0000 (16:55 +0800)
Roo/bootstrap/Table.js

index c4e9a67..ab9b959 100644 (file)
@@ -157,9 +157,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         if (this.striped) {
             cfg.cls += ' table-striped';
         }
-        if (this.fixed) {
-            cfg.cls += ' table-striped';
-        }
+        
         if (this.hover) {
             cfg.cls += ' table-hover';
         }