Pman.Tab.AdminLogDrill.bjs
authorAlan Knowles <alan@akbkhome.com>
Tue, 17 Jan 2012 06:59:52 +0000 (14:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 17 Jan 2012 06:59:52 +0000 (14:59 +0800)
Pman.Tab.AdminLogDrill.bjs
Pman.Tab.AdminLogDrill.js
Pman.Tab.AdminLogDrill.js

Pman.Tab.AdminLogDrill.bjs
Pman.Tab.AdminLogDrill.js

index 4406a31..84dce7f 100644 (file)
                                             "*prop": "colModel[]"
                                         },
                                         {
-                                            "xtype": "ColumnModel",
-                                            "header": "Action",
-                                            "width": 200,
+                                            "*prop": "colModel[]",
                                             "dataIndex": "action",
+                                            "header": "Action",
+                                            "width": 50,
+                                            "xtype": "ColumnModel",
                                             "|renderer": "function(v) { return String.format('{0}', v); }",
-                                            "|xns": "Roo.grid",
-                                            "*prop": "colModel[]"
+                                            "|xns": "Roo.grid"
                                         },
                                         {
                                             "*prop": "colModel[]",
index 97ec027..62afc87 100644 (file)
@@ -1179,9 +1179,9 @@ Pman.Tab.AdminLogDrill = new Roo.util.Observable({
                                 {
                                     xtype: 'ColumnModel',
                                     xns: Roo.grid,
-                                    header : 'Action',
-                                    width : 200,
                                     dataIndex : 'action',
+                                    header : 'Action',
+                                    width : 50,
                                     renderer : function(v) { return String.format('{0}', v); }
                                 },
                                 {