diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 3937c9d2..8ec7354a 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -449c2e4ac7928f034157c23e35a723634e32f707 +bd91fc38f0ad29fc9ed3567674cc53dfbd332fa1 diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index aa63255c..a23614ed 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -4531,7 +4531,7 @@ // Convert to 2D array if needed if ( typeof sorting[0] === 'number' ) { - sorting = [ sorting ]; + sorting = settings.aaSorting = [ sorting ]; } // If appending the sort then we are multi-column sorting