making channel number sortable
This commit is contained in:
parent
dd369f5e97
commit
56f50c4bc2
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue