From 1e0bcf194e99ba34cfd5fd5c8dc45e64c1ab32bc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 12 May 2011 16:22:55 +0800 Subject: [PATCH] Pman.Tab.AdminOffice.bjs --- Pman.Tab.AdminOffice.bjs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Pman.Tab.AdminOffice.bjs b/Pman.Tab.AdminOffice.bjs index 583bc4f..a689fbd 100644 --- a/Pman.Tab.AdminOffice.bjs +++ b/Pman.Tab.AdminOffice.bjs @@ -148,6 +148,15 @@ "|xns": "Roo.grid", "*prop": "colModel[]" }, + { + "xtype": "ColumnModel", + "header": "Address", + "width": 200, + "dataIndex": "address", + "|renderer": "function(v) { return String.format('{0}', v); }", + "|xns": "Roo.grid", + "*prop": "colModel[]" + }, { "xtype": "ColumnModel", "header": "Role", -- 2.39.2