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.
1 parent c6d8f27 commit 20593ffCopy full SHA for 20593ff
docs/source/index.html.md
@@ -88,7 +88,7 @@ class MyController extends Controller
88
return $table->getResponse();
89
}
90
91
- $this->render('list.html.twig', ['datatable' => $table]);
+ return $this->render('list.html.twig', ['datatable' => $table]);
92
93
94
```
0 commit comments