Renders HTML Limit box to limit the number of records per page. To set default number of records per page go to Menu Item, Filters tab: ‘Limit number of records per page’.
Basic usage:
{{ html.limit }}
Usage with parameters:
{{ html.limit(Step) }}
Parameters:
Step
(optional) – This parameter sets the incremental step of the list. If you select 1 then the list of options will be: 1,2,3,4,5,6,10,20
Example:
{{ html.limit(10) }}
Leave a Reply
You must be logged in to post a comment.