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

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

index 992da9f..23af970 100644 (file)
                             "*prop": "colModel[]",
                             "dataIndex": "rightname",
                             "header": "Module",
-                            "sortable": true,
+                            "sortable": false,
                             "width": 150,
                             "xtype": "ColumnModel",
                             "|renderer": "function(v,x,r) {\n    return String.format('<span qtip=\"{1}\">{0}</span>', v.split('.').shift(), v);\n}",
index 137b172..d6a8c22 100644 (file)
@@ -712,7 +712,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                         xns: Roo.grid,
                         dataIndex : 'rightname',
                         header : 'Module',
-                        sortable : true,
+                        sortable : false,
                         width : 150,
                         renderer : function(v,x,r) {
                             return String.format('<span qtip="{1}">{0}</span>', v.split('.').shift(), v);