{{ html.limit }} – A select box to change the number of records per page

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’.

A select box to change the number of records per page

Basic usage:

{{ html.limit }}

Usage with parameters:

{{ html.limit(Step) }}

Parameters:

  1. 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
    • 1 – (1)
    • 5 – (5)
    • 10 – (10)
    • 20 – (20)
    • 50 – (50)

Example:

{{ html.limit(10) }}


What are your feelings

Leave a Reply

Updated on January 9, 2025