diff --git a/main/webapp/modules/core/scripts/views/data-table/data-table-view.js b/main/webapp/modules/core/scripts/views/data-table/data-table-view.js index bbb6a3ef0..333940621 100644 --- a/main/webapp/modules/core/scripts/views/data-table/data-table-view.js +++ b/main/webapp/modules/core/scripts/views/data-table/data-table-view.js @@ -769,7 +769,10 @@ DataTableView.prototype._createSortingMenu = function(elmt) { Refine.postCoreProcess( "reorder-rows", null, - { "sorting" : JSON.stringify(self._sorting) }, + { + "sorting" : JSON.stringify(self._sorting), + "mode" : ui.browsingEngine.getMode() + }, { rowMetadataChanged: true }, { onDone: function() {