Pman.Tab.AdminNotify.bjs
authorAlan Knowles <alan@akbkhome.com>
Mon, 24 Oct 2011 03:44:52 +0000 (11:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 24 Oct 2011 03:44:52 +0000 (11:44 +0800)
Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js
Pman.Tab.AdminNotify.js

Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js

index 6425014..4967785 100644 (file)
@@ -80,6 +80,7 @@
                             "*prop": "colModel[]",
                             "dataIndex": "act_when",
                             "header": "Act when",
+                            "sortable": true,
                             "width": 100,
                             "xtype": "ColumnModel",
                             "|renderer": "function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }",
index 91fd746..f3696a9 100644 (file)
@@ -259,6 +259,7 @@ Pman.Tab.AdminNotify = new Roo.util.Observable({
                         xns: Roo.grid,
                         dataIndex : 'act_when',
                         header : 'Act when',
+                        sortable : true,
                         width : 100,
                         renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }
                     },