Pman.Tab.AdminContactsGroupRight.bjs
authorChris <chris@roojs.com>
Wed, 12 Sep 2012 10:04:49 +0000 (18:04 +0800)
committerChris <chris@roojs.com>
Wed, 12 Sep 2012 10:04:49 +0000 (18:04 +0800)
Pman.Tab.AdminContactsGroupRight.js

Pman.Tab.AdminContactsGroupRight.bjs
Pman.Tab.AdminContactsGroupRight.js

index 8583376..89a9d32 100644 (file)
                             "*prop": "colModel[]",
                             "dataIndex": "rightname",
                             "header": "Permission",
-                            "sortable": true,
-                            "width": 200,
+                            "sortable": false,
+                            "width": 300,
                             "xtype": "ColumnModel",
                             "|renderer": "function(v) { return String.format('{0}', v); }",
                             "|xns": "Roo.grid"
index b34fe2c..0c37fe9 100644 (file)
@@ -723,8 +723,8 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                         xns: Roo.grid,
                         dataIndex : 'rightname',
                         header : 'Permission',
-                        sortable : true,
-                        width : 200,
+                        sortable : false,
+                        width : 300,
                         renderer : function(v) { return String.format('{0}', v); }
                     },
                     {