From e75aa9f050cc1bee1ae5745c5550e993b40918b9 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 19 Aug 2016 16:11:09 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index 6e6b8c8e..3abf481a 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -290,6 +290,8 @@ Pman.Tab.PersonList.prototype = { ); this.grid.render(); + Roo.log(['Person', parentLayout, this.panel, this.grid]); + if (this.hiddenColumns) { var cm = this.grid.getColumnModel(); Roo.each(this.hiddenColumns, function(c) { -- 2.39.2