Pman.Dialog.AdminEventLog.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 11 Feb 2014 04:17:27 +0000 (12:17 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 11 Feb 2014 04:17:27 +0000 (12:17 +0800)
Pman.Dialog.AdminEventLog.js

Pman.Dialog.AdminEventLog.bjs
Pman.Dialog.AdminEventLog.js

index db92190..237d56c 100644 (file)
                                     "*prop": "colModel[]"
                                 },
                                 {
-                                    "xtype": "ColumnModel",
+                                    "*prop": "colModel[]",
+                                    "dataIndex": "person_id_name",
                                     "header": "Person name",
                                     "width": 200,
-                                    "dataIndex": "person_name",
+                                    "xtype": "ColumnModel",
                                     "|renderer": "function(v) { return String.format('{0}', v); }",
-                                    "|xns": "Roo.grid",
-                                    "*prop": "colModel[]"
+                                    "|xns": "Roo.grid"
                                 },
                                 {
                                     "xtype": "ColumnModel",
index 104afec..f7cdb7e 100644 (file)
@@ -234,9 +234,9 @@ Pman.Dialog.AdminEventLog = {
                             {
                                 xtype: 'ColumnModel',
                                 xns: Roo.grid,
+                                dataIndex : 'person_id_name',
                                 header : 'Person name',
                                 width : 200,
-                                dataIndex : 'person_name',
                                 renderer : function(v) { return String.format('{0}', v); }
                             },
                             {