Filter: gk/gravityview/view/refresh/render-entries
Filters whether the refresh payload renders the View.
Answer false from a layout that renders its results itself: the payload then carries no entries_html part, the render never runs, and the client leaves the DOM alone.
Parameters
| Name | Type | Description |
|---|---|---|
| $render | bool | Whether to render the View. Default true. |
| $view | \View | The View being refreshed. |
| $request | \Request | The request context. |
Since
- $ver$: $ver$
Source
Defined in src/View/ViewRefreshPayload.php at line 137