Pman.Gnumeric.js
authoredward <edward@roojs.com>
Tue, 29 Aug 2017 08:44:14 +0000 (16:44 +0800)
committeredward <edward@roojs.com>
Tue, 29 Aug 2017 08:44:14 +0000 (16:44 +0800)
Pman.Gnumeric.js

index d46cb95..b230704 100644 (file)
@@ -697,7 +697,8 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
      
     applyData : function(data)
     {
-        
+        Roo.log('data');
+        Roo.log(data);
         data = data || this.data;
         for (var r = 0; r < this.rmax;r++) {
             if (typeof(this.grid[r]) == 'undefined') {