From 52cf1c7534dd8deff8a71432f1a344e9cc2c0f4f Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 5 Sep 2017 18:24:08 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index d46cb952..be30c5ef 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -699,6 +699,9 @@ 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; -- 2.39.2