From: Robert Date: Sat, 19 Dec 2009 18:22:45 +0000 (+0000) Subject: making channel number sortable X-Git-Tag: 2.12~335 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56f50c4bc266ce7d3d77e338dda3e775a00a0a82;p=thirdparty%2Ftvheadend.git making channel number sortable --- diff --git a/src/webui/static/app/chconf.js b/src/webui/static/app/chconf.js index 90902d0f6..5a49af9da 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) {