Skip to content

Commit

Permalink
Merge 6b3d8a3 into 69685df
Browse files Browse the repository at this point in the history
  • Loading branch information
StijnVrolijk committed Oct 17, 2018
2 parents 69685df + 6b3d8a3 commit 5dec5c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Backend/Core/Engine/DataGrid.php
Expand Up @@ -276,6 +276,8 @@ public function enableSequenceByDragAndDrop(): void

// hide the sequence column if present
if ($this->hasColumn('sequence')) {
$this->setSortingColumns(['sequence']);
$this->setSortParameter('asc');
$this->setColumnHidden('sequence');
}

Expand Down

0 comments on commit 5dec5c5

Please sign in to comment.