Pman.Gnumeric.js
authoredward <edward@roojs.com>
Tue, 5 Sep 2017 10:29:35 +0000 (18:29 +0800)
committeredward <edward@roojs.com>
Tue, 5 Sep 2017 10:29:35 +0000 (18:29 +0800)
Pman.Gnumeric.js

index 2bc21d3..be30c5e 100644 (file)
@@ -700,6 +700,8 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         
         data = data || this.data;
         
+        Roo.log(data);
+        
         for (var r = 0; r < this.rmax;r++) {
             if (typeof(this.grid[r]) == 'undefined') {
                 continue;