diff --git a/src/webui/static/tv.js b/src/webui/static/tv.js index 351a9926..04b9a0c7 100644 --- a/src/webui/static/tv.js +++ b/src/webui/static/tv.js @@ -435,8 +435,9 @@ tv.app = function() { root : 'entries', fields : ['icon_public_url', 'number', 'name', 'uuid'], id : 'uuid', + remoteSort: true, sortInfo : { - field : 'number', // WIBI: Ideally, sort the whole channel list at source + field : 'number', // WIBNI: Ideally, sort the whole channel list at source direction : "ASC" }, url : "api/channel/grid"