CC-5128: Library -> Do not auto sort by scheduled
This commit is contained in:
parent
a9d0b53954
commit
27b79c2e91
|
@ -773,6 +773,9 @@ var AIRTIME = (function(AIRTIME) {
|
|||
|
||||
});
|
||||
|
||||
//sort by title, by default
|
||||
oTable.fnSort( [ [5, 'asc'] ] );
|
||||
|
||||
setColumnFilter(oTable);
|
||||
oTable.fnSetFilteringDelay(350);
|
||||
|
||||
|
|
Loading…
Reference in New Issue