We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f53cbbd + 7bdb907 commit 8c3d1f9Copy full SHA for 8c3d1f9
src/Services/DataTable.php
@@ -183,7 +183,7 @@ public function __invoke(): mixed
183
public function render(?string $view = null, array $data = [], array $mergeData = [])
184
{
185
/** @var string $action */
186
- $action = $this->request()->get('action');
+ $action = $this->request()->action;
187
$actionMethod = $action === 'print' ? 'printPreview' : $action;
188
189
if (in_array($action, $this->actions) && method_exists($this, $actionMethod)) {
0 commit comments