- Issue created by @kevin w
Currently the renderPager() as implemented in Core always return TRUE. For EVA views without pager, the code will always try to render the pager even when it's disabled. I wonder if the renderPager can be overriden in `eva/src/Plugin/views/display/Eva.php` to return the result of `parent::isPagerEnabled()` instead.
Active
3.0
Code