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

index c823641..169cad8 100644 (file)
@@ -51,7 +51,7 @@ Roo.bootstrap.Table = function(config){
     this.cellSelection = (typeof(config.cellSelection) != 'undefined') ? config.cellSelection : this.cellSelection;
     this.headerShow = (typeof(config.thead) != 'undefined') ? config.thead : this.headerShow;
     this.footerShow = (typeof(config.tfoot) != 'undefined') ? config.tfoot : this.footerShow;
-    Roo.log(config.sm);
+    Roo.log(config);
     this.sm = config.sm || {xtype: 'RowSelectionModel'};
     if (this.sm) {
         this.sm.grid = this;