Skip to content

Commit

Permalink
[fix]Fix issue #2529
Browse files Browse the repository at this point in the history
  • Loading branch information
z-song committed Sep 20, 2018
1 parent dba6747 commit 5d6aa67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ protected function handleExportRequest($forceExport = false)
return;
}

ob_end_clean();

$this->model()->usePaginate(false);

$exporter = (new Exporter($this))->resolve($this->exporter)->withScope($scope);
Expand Down

0 comments on commit 5d6aa67

Please sign in to comment.