Pman.Tab.AdminCompanies.bjs
authorAlan Knowles <alan@akbkhome.com>
Thu, 12 May 2011 07:54:40 +0000 (15:54 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 12 May 2011 07:54:40 +0000 (15:54 +0800)
Pman.Tab.AdminCompanies.bjs

index 615c585..c444e99 100644 (file)
                         {
                             "*prop": "colModel[]",
                             "dataIndex": "comptype",
-                            "header": "Comptype",
+                            "header": "Type",
+                            "sortable": true,
                             "width": 90,
                             "xtype": "ColumnModel",
                             "|renderer": "function (v,x ,r) {\n    return Pman.Dialog.Companies.comptypeListToString(r.data.isOwner ? 'OWNER' : v);\n}",