Roo/bootstrap/Table.js
authoredward <edward@roojs.com>
Wed, 6 Dec 2017 05:21:47 +0000 (13:21 +0800)
committeredward <edward@roojs.com>
Wed, 6 Dec 2017 05:21:47 +0000 (13:21 +0800)
Roo/bootstrap/Table.js

index 614380a..dd9b341 100644 (file)
@@ -58,7 +58,7 @@ Roo.bootstrap.Table = function(config){
         this.sm.grid = this;
         Roo.log('render bootstrap table sm!!!!!!!!!!!!!!!!!!!!!!!!!');
         Roo.log(this.sm.constructor);
-        this.selModel = Roo.factory(this.sm, Roo.bootstrap.Table);
+        this.selModel = Roo.factory(this.sm, false);
         this.sm = this.selModel;
         this.sm.xmodule = this.xmodule || false;
     }