Horizontal and Vertical looper
Version 1.1.4  how it workHelp and tutorialsAdd to cart
how it work How does it work

 
Recordset: The recordset you want display data from
   
Columns: The max number of result columns
   
Rows: The max number of result rows
   
This are 3 examples of the result you can have:
   

Vertical looper

in this example the number of records in your recordset is less the total cell required by your columns and rows setup. In this case the extension use all the record and put some void cell in the last column.

   

Vertical looper

in this example the number of records in your recordset is more the total cells required by your columns and rows setup. In this case the extension use the number of records to create the right cells number (columns * rows) and discard all the other records.

   

Horizontal looper

The behavior of the horizontal looper in case the number of records don't match exactly the number of cells you setup is the same of the vertical looper