From 47a79b36da4f528ef9c90800116e8f792abeacd1 Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 5 Sep 2017 18:29:35 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 2bc21d31..be30c5ef 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -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; -- 2.39.2