CC-5430 : sorting settings not saved on library datatable
default sorting set in incorrect place, overriding saved settings.
This commit is contained in:
parent
24663d9851
commit
ecf363ccfe
1 changed files with 1 additions and 4 deletions
|
@ -760,7 +760,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
},
|
||||
"fnDrawCallback": AIRTIME.library.fnDrawCallback,
|
||||
|
||||
"aaSorting": [[3, 'asc']],
|
||||
"aaSorting": [[5, 'asc']],
|
||||
"sPaginationType": "full_numbers",
|
||||
"bJQueryUI": true,
|
||||
"bAutoWidth": false,
|
||||
|
@ -783,9 +783,6 @@ var AIRTIME = (function(AIRTIME) {
|
|||
|
||||
});
|
||||
|
||||
//sort by title, by default
|
||||
oTable.fnSort( [ [5, 'asc'] ] );
|
||||
|
||||
setColumnFilter(oTable);
|
||||
oTable.fnSetFilteringDelay(350);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue