2 parents 00cbb4c + e4bad6c commit d2c4f76Copy full SHA for d2c4f76
1 file changed
Grid/Source/Entity.php
@@ -515,6 +515,7 @@ public function execute($columns, $page = 0, $limit = 0, $maxResults = null, $gr
515
$query->setHint($hintKey, $hintValue);
516
}
517
$items = new Paginator($query, $hasJoin);
518
+ $items->setUseOutputWalkers(false);
519
520
$repository = $this->manager->getRepository($this->entityName);
521
0 commit comments