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

index dd9b341..b5a8e12 100644 (file)
@@ -58,7 +58,8 @@ 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, false);
+        Roo.log(Roo.bootstrap.Table['RowSelectionModel'].constructor);
+        this.selModel = Roo.factory(this.sm, Roo.bootstrap.Table);
         this.sm = this.selModel;
         this.sm.xmodule = this.xmodule || false;
     }