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

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

index 681ebbc..8f449b6 100644 (file)
                             "*prop": "colModel[]",
                             "dataIndex": "accessmask",
                             "header": "All",
-                            "sortable": true,
+                            "sortable": false,
                             "width": 50,
                             "xtype": "ColumnModel",
                             "|renderer": "function(v,x,r) {\n    if (r.data.office_id) {\n        return String.format('{0} - {1}', v, r.data.office_id_name); \n    } \n    return String.format('{0}', v); \n}",
index ed0adc6..ffad7af 100644 (file)
@@ -697,7 +697,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                         xns: Roo.grid,
                         dataIndex : 'accessmask',
                         header : 'All',
-                        sortable : true,
+                        sortable : false,
                         width : 50,
                         renderer : function(v,x,r) {
                             if (r.data.office_id) {