Hello
I have an entity list setup for the Contact entity to display the records from a CRM view
In the entity list, I have the Search enabled, and also multiple Views
in the Web Template associated with my Web Page, I want to display the total records from the View, so I am adding the below line inside my {{% entityview %}} block
the total records is shown correctly when I load the page, but if I apply any filtering, or change the selected view, the Total record is not being refreshed, is there a way to refresh it ?
<div> <h1>{{ entityview.total_records}} Records found</h1> </div>