Roo/bootstrap/Table.js
authoredward <edward@roojs.com>
Mon, 27 Mar 2017 04:41:22 +0000 (12:41 +0800)
committeredward <edward@roojs.com>
Mon, 27 Mar 2017 04:41:22 +0000 (12:41 +0800)
Roo/bootstrap/Table.js

index ae75407..841c6fa 100644 (file)
@@ -348,6 +348,10 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         
         var cell = Roo.get(t);
         
+        if(!cell){
+            return;
+        }
+        
         Roo.log([t, cell]);return;
         
         var v = this.view;