From 56f50c4bc266ce7d3d77e338dda3e775a00a0a82 Mon Sep 17 00:00:00 2001 From: Robert Date: Sat, 19 Dec 2009 18:22:45 +0000 Subject: [PATCH] making channel number sortable --- src/webui/static/app/chconf.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webui/static/app/chconf.js b/src/webui/static/app/chconf.js index 90902d0f..5a49af9d 100644 --- a/src/webui/static/app/chconf.js +++ b/src/webui/static/app/chconf.js @@ -135,6 +135,7 @@ tvheadend.chconf = function() { header: "Number", dataIndex: 'number', + sortable: true, width: 50, renderer: function(value, metadata, record, row, col, store) { if (!value) {