fix #1565 fix reorder with rows mode

This commit is contained in:
Vern1erCa11per 2018-04-13 17:39:29 +09:00
parent 6235786a5b
commit a27a23196c

View File

@ -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() {