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

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