Back
scrollMaxRecordCount
Grouping and totaling of rows
scrollMaxRecordCount
Read-only property that holds number of records in all pages
Default:
This is only set when scrollLinks > 0, and is generated before templates are rendered, so it is accessible from a Smarty template using {php} tags.

{php}
global $lens;
echo $lens->scrollMaxRecordCount;
{/php}

This property is read-only and should not be modified.

 Basic:Yes  Advanced/Enterprise:Yes  DynamicEdit:Yes   [Version 3]