Vectors |
Vector: pagingThis vector functions exactly the same as the repeat vector. The only difference is that is facilitates paging your data. It works in conjunction with the{{page_navigation}} vector.Note: You must always include the {{endpaging}} vector with every {{paging}} vector you use.Examples{{ paging: home }} The address of this house is {{ entity: home.address }} <br />{{ endpaging }} {{ paging: home | num=10 | sort=address:asc | filter1=city:Dallas }} The address of this house is {{ entity: home.address }} <br />{{ endpaging }} In the example above, "num" is the number of records per page. |