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

index dd3036b..1573626 100644 (file)
@@ -53,6 +53,7 @@ Roo.bootstrap.Table = function(config){
     this.footerShow = (typeof(config.tfoot) != 'undefined') ? config.tfoot : this.footerShow;
     
     this.sm = config.sm || {xtype: 'RowSelectionModel'};
+    Roo.log(this.sm.xns)
     if (this.sm) {
         this.sm.grid = this;
         this.selModel = Roo.factory(this.sm, Roo.bootstrap.Table);