diff --git a/src/Datagrid.php b/src/Datagrid.php index 0740183f..e0a2a329 100644 --- a/src/Datagrid.php +++ b/src/Datagrid.php @@ -1990,6 +1990,8 @@ public function reload(array $snippets = []): void $this->getPresenterInstance()->payload->_datagrid_url = $this->refreshURL; $this->getPresenterInstance()->payload->_datagrid_name = $this->getFullName(); + $this->getPresenterInstance()->payload->postGet = true; + $this->getPresenterInstance()->payload->url = $this->link('this'); $this->onRedraw(); } else {