LISTVIEW_COMPUTE_PAGE_COUNT
Set this value to true
=== Files: layouts/vlayout/modules/Vtiger/resources/List.js ===
Search:
totalNumberOfRecords.removeClass('hide');
Add after:
if(jQuery('#totalCount').length > 0) {
totalNumberOfRecords.trigger('click');
}