Roo/bootstrap/Table.js
authorAlan Knowles <alan@roojs.com>
Fri, 14 Sep 2018 03:39:07 +0000 (11:39 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Sep 2018 03:39:07 +0000 (11:39 +0800)
Roo/bootstrap/Table.js

index a31368f..7d6dd64 100644 (file)
@@ -272,8 +272,8 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             'summary',
             'width'
         ].forEach(function(k) {
-            if (t[k]) {
-                cfg[k] = t[k];
+            if (_t[k]) {
+                cfg[k] = _t[k];
             }
         });